Title: [151667] trunk/LayoutTests
Revision
151667
Author
bfulg...@apple.com
Date
2013-06-17 22:59:33 -0700 (Mon, 17 Jun 2013)

Log Message

[Windows] Unreviewed AX gardening of windows-specific results.

* platform/win/accessibility/aria-combobox-expected.txt: Added.
* platform/win/aria-labelledby-on-input-expected.txt: Added.
* platform/win/aria-menubar-menuitems-expected.txt: Added.
* platform/win/aria-roles-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (151666 => 151667)


--- trunk/LayoutTests/ChangeLog	2013-06-18 05:59:03 UTC (rev 151666)
+++ trunk/LayoutTests/ChangeLog	2013-06-18 05:59:33 UTC (rev 151667)
@@ -1,5 +1,14 @@
 2013-06-17  Brent Fulgham  <bfulg...@apple.com>
 
+        [Windows] Unreviewed AX gardening of windows-specific results.
+
+        * platform/win/accessibility/aria-combobox-expected.txt: Added.
+        * platform/win/aria-labelledby-on-input-expected.txt: Added.
+        * platform/win/aria-menubar-menuitems-expected.txt: Added.
+        * platform/win/aria-roles-expected.txt: Added.
+
+2013-06-17  Brent Fulgham  <bfulg...@apple.com>
+
         AX: Correct accessibility role when -webkit-box:display is used.
         https://bugs.webkit.org/show_bug.cgi?id=117706
 

Added: trunk/LayoutTests/platform/win/accessibility/aria-combobox-expected.txt (0 => 151667)


--- trunk/LayoutTests/platform/win/accessibility/aria-combobox-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/accessibility/aria-combobox-expected.txt	2013-06-18 05:59:33 UTC (rev 151667)
@@ -0,0 +1,15 @@
+option 1
+option 2
+This tests that the aria roles for combobox and aria-expanded work correctly in conjunction.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Role: combo box
+PASS combobox.isExpanded is false
+PASS combobox.isExpanded is false
+Role: list
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/win/aria-labelledby-on-input-expected.txt (0 => 151667)


--- trunk/LayoutTests/platform/win/aria-labelledby-on-input-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/aria-labelledby-on-input-expected.txt	2013-06-18 05:59:33 UTC (rev 151667)
@@ -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/aria-menubar-menuitems-expected.txt (0 => 151667)


--- trunk/LayoutTests/platform/win/aria-menubar-menuitems-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/aria-menubar-menuitems-expected.txt	2013-06-18 05:59:33 UTC (rev 151667)
@@ -0,0 +1,24 @@
+Menu 1
+Menu item 1.1
+Menu 2
+Menu item 2.1
+Menu item 2.2
+This tests that ARIA menu items are properly exposed as children for menu bars
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+menu bar
+PASS menuBar.childrenCount is 2
+list item
+PASS menuItem.childrenCount is 2
+grouping
+FAIL menuSubItem1.childrenCount should be 0. Was 2.
+popup menu
+PASS menuSubItem2.childrenCount is 1
+list item
+FAIL subMenuSubItem.childrenCount should be 0. Was 1.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/win/aria-roles-expected.txt (0 => 151667)


--- trunk/LayoutTests/platform/win/aria-roles-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/aria-roles-expected.txt	2013-06-18 05:59:33 UTC (rev 151667)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to