Title: [147722] trunk/LayoutTests
Revision
147722
Author
[email protected]
Date
2013-04-05 01:10:19 -0700 (Fri, 05 Apr 2013)

Log Message

[EFL] New baseline for accessibility/aria-option-role.html
https://bugs.webkit.org/show_bug.cgi?id=114006

Unreviewed, EFL gardening.

Patch by Krzysztof Czech <[email protected]> on 2013-04-05

* platform/efl-wk1/TestExpectations:
* platform/efl-wk2/TestExpectations:
* platform/efl/accessibility/aria-option-role-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (147721 => 147722)


--- trunk/LayoutTests/ChangeLog	2013-04-05 08:02:32 UTC (rev 147721)
+++ trunk/LayoutTests/ChangeLog	2013-04-05 08:10:19 UTC (rev 147722)
@@ -1,3 +1,14 @@
+2013-04-05  Krzysztof Czech  <[email protected]>
+
+        [EFL] New baseline for accessibility/aria-option-role.html
+        https://bugs.webkit.org/show_bug.cgi?id=114006
+
+        Unreviewed, EFL gardening.
+
+        * platform/efl-wk1/TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/accessibility/aria-option-role-expected.txt: Added.
+
 2013-04-04  Benjamin Poulain  <[email protected]>
 
         Change class_as_selector-expected.html to be a ref-test

Added: trunk/LayoutTests/platform/efl/accessibility/aria-option-role-expected.txt (0 => 147722)


--- trunk/LayoutTests/platform/efl/accessibility/aria-option-role-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/aria-option-role-expected.txt	2013-04-05 08:10:19 UTC (rev 147722)
@@ -0,0 +1,17 @@
+option 1
+option 2
+This tests that the aria 'option' role works as expected. That is, it becomes a static text element with no children.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+firstChild.role is AXRole: AXListItem
+PASS firstChild.title is 'AXTitle: option 1'
+secondChild.role is AXRole: AXListItem
+PASS secondChild.description is 'AXDescription: label 2'
+PASS firstChild.childrenCount is 0
+PASS secondChild.childrenCount is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/efl-wk1/TestExpectations (147721 => 147722)


--- trunk/LayoutTests/platform/efl-wk1/TestExpectations	2013-04-05 08:02:32 UTC (rev 147721)
+++ trunk/LayoutTests/platform/efl-wk1/TestExpectations	2013-04-05 08:10:19 UTC (rev 147722)
@@ -138,7 +138,6 @@
 webkit.org/b/112021 accessibility/visible-elements.html [ Failure ]
 
 accessibility/aria-checkbox-sends-notification.html [ Skip ]
-accessibility/aria-option-role.html [ Skip ]
 accessibility/color-well.html [ Skip ]
 accessibility/deleting-iframe-destroys-axcache.html [ Skip ]
 accessibility/img-fallsback-to-title.html [ Skip ]

Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (147721 => 147722)


--- trunk/LayoutTests/platform/efl-wk2/TestExpectations	2013-04-05 08:02:32 UTC (rev 147721)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations	2013-04-05 08:10:19 UTC (rev 147722)
@@ -294,7 +294,6 @@
 webkit.org/b/112019 accessibility/title-ui-element-correctness.html [ Crash ]
 
 accessibility/aria-checkbox-sends-notification.html [ Skip ]
-accessibility/aria-option-role.html [ Skip ]
 accessibility/color-well.html [ Skip ]
 accessibility/deleting-iframe-destroys-axcache.html [ Skip ]
 accessibility/img-fallsback-to-title.html [ Skip ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to