Title: [151765] trunk/LayoutTests
- Revision
- 151765
- Author
- [email protected]
- Date
- 2013-06-19 21:20:20 -0700 (Wed, 19 Jun 2013)
Log Message
[Windows] Unreviewed AX test expecation gardening.
* platform/win/accessibility/aria-labelledby-on-input-expected.txt: Added.
* platform/win/accessibility/aria-list-and-listitem-expected.txt: Added.
* platform/win/accessibility/aria-roles-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (151764 => 151765)
--- trunk/LayoutTests/ChangeLog 2013-06-20 04:14:43 UTC (rev 151764)
+++ trunk/LayoutTests/ChangeLog 2013-06-20 04:20:20 UTC (rev 151765)
@@ -1,3 +1,11 @@
+2013-06-19 Brent Fulgham <[email protected]>
+
+ [Windows] Unreviewed AX test expecation gardening.
+
+ * platform/win/accessibility/aria-labelledby-on-input-expected.txt: Added.
+ * platform/win/accessibility/aria-list-and-listitem-expected.txt: Added.
+ * platform/win/accessibility/aria-roles-expected.txt: Added.
+
2013-06-19 Benjamin Poulain <[email protected]>
Unskip feSpecularLight-premultiplied.svg on Mountain Lion
Added: trunk/LayoutTests/platform/win/accessibility/aria-labelledby-on-input-expected.txt (0 => 151765)
--- trunk/LayoutTests/platform/win/accessibility/aria-labelledby-on-input-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/accessibility/aria-labelledby-on-input-expected.txt 2013-06-20 04:20:20 UTC (rev 151765)
@@ -0,0 +1,3 @@
+This computer will self-destruct in minutes.
+
+The accessibility description is "Description: This computer will self-destruct in 10 minutes."
Added: trunk/LayoutTests/platform/win/accessibility/aria-list-and-listitem-expected.txt (0 => 151765)
--- trunk/LayoutTests/platform/win/accessibility/aria-list-and-listitem-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/accessibility/aria-list-and-listitem-expected.txt 2013-06-20 04:20:20 UTC (rev 151765)
@@ -0,0 +1,14 @@
+
+
+This tests that the ARIA roles of list and listitem map correctly to Mac accessibility roles.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+obj.childAtIndex(0).role = list
+obj.childAtIndex(0).childAtIndex(0).role = list item
+obj.childAtIndex(0).childAtIndex(1).role = list item
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/platform/win/accessibility/aria-roles-expected.txt (0 => 151765)
--- trunk/LayoutTests/platform/win/accessibility/aria-roles-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/accessibility/aria-roles-expected.txt 2013-06-20 04:20:20 UTC (rev 151765)
@@ -0,0 +1,73 @@
+The following should be a checkbox:
+
+X
+
+Actual checkboxes:
+
+Broccoli
+Asparagus
+This test PASSES in DumpRenderTree. The role is check box
+
+The following should be a button:
+
+X
+
+Actual button:
+
+Hello This test PASSES in DumpRenderTree. The role is push button
+
+The following should be a heading:
+
+X
+
+Actual heading:
+
+Hello
+
+This test PASSES in DumpRenderTree. The role is text
+
+The following should be a link:
+
+X
+
+Actual link:
+
+Hello This test PASSES in DumpRenderTree. The role is link
+
+The following should be a radio button:
+
+X
+
+Actual radio buttons:
+
+Broccoli
+Asparagus
+This test PASSES in DumpRenderTree. The role is radio button
+
+The following should be a text box:
+
+X
+
+Actual text box:
+
+ This test PASSES in DumpRenderTree. The role is editable text
+
+The following should be an image:
+
+X
+
+Actual image:
+
+ This test PASSES in DumpRenderTree. The role is graphic
+
+The following should be a list:
+
+X
+
+Actual list:
+
+Broccoli
+Beets
+This test PASSES in DumpRenderTree. The role is list
+
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes