Title: [127307] trunk/LayoutTests
- Revision
- 127307
- Author
- roger_f...@apple.com
- Date
- 2012-08-31 13:15:56 -0700 (Fri, 31 Aug 2012)
Log Message
Unreviewed. Adding expected failing results for accessibility/canvas tests.
https://bugs.webkit.org/show_bug.cgi?id=95598
Windows description and role strings don't match up with what is expected on Mac.
Particularly, they do not include the "AX" at the beginning of the descriptions/roles of canvas fallback content.
* platform/win/accessibility/canvas-description-and-role-expected.txt: Added.
* platform/win/accessibility/canvas-fallback-content-expected.txt:
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (127306 => 127307)
--- trunk/LayoutTests/ChangeLog 2012-08-31 20:11:26 UTC (rev 127306)
+++ trunk/LayoutTests/ChangeLog 2012-08-31 20:15:56 UTC (rev 127307)
@@ -1,3 +1,14 @@
+2012-08-31 Roger Fong <roger_f...@apple.com>
+
+ Unreviewed. Adding expected failing results for accessibility/canvas tests.
+ https://bugs.webkit.org/show_bug.cgi?id=95598
+
+ Windows description and role strings don't match up with what is expected on Mac.
+ Particularly, they do not include the "AX" at the beginning of the descriptions/roles of canvas fallback content.
+
+ * platform/win/accessibility/canvas-description-and-role-expected.txt: Added.
+ * platform/win/accessibility/canvas-fallback-content-expected.txt:
+
2012-08-31 Gavin Peters <gav...@chromium.org>
[chromium] DEPS roll with a test skip.
Added: trunk/LayoutTests/platform/win/accessibility/canvas-description-and-role-expected.txt (0 => 127307)
--- trunk/LayoutTests/platform/win/accessibility/canvas-description-and-role-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/accessibility/canvas-description-and-role-expected.txt 2012-08-31 20:15:56 UTC (rev 127307)
@@ -0,0 +1,14 @@
+This test makes sure that a canvas with and without fallback content each has the right role and description.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL axContainer.childrenCount should be 2. Was 3.
+Canvas 1 description: Description: Canvas label
+Canvas 1 role: graphic
+Canvas 2 description:
+Canvas 2 role: graphic
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Property changes on: trunk/LayoutTests/platform/win/accessibility/canvas-description-and-role-expected.txt
___________________________________________________________________
Added: svn:executable
Modified: trunk/LayoutTests/platform/win/accessibility/canvas-fallback-content-expected.txt (127306 => 127307)
--- trunk/LayoutTests/platform/win/accessibility/canvas-fallback-content-expected.txt 2012-08-31 20:11:26 UTC (rev 127306)
+++ trunk/LayoutTests/platform/win/accessibility/canvas-fallback-content-expected.txt 2012-08-31 20:15:56 UTC (rev 127307)
@@ -1,3 +1,101 @@
-CONSOLE MESSAGE: line 41: ReferenceError: Can't find variable: fallbackElement
-
+Link Button
+Focusable
+ARIA button
+ARIA link
+This test makes sure that focusable elements in canvas fallback content are accessible.
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+link1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXLink. Was link.
+
+button1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXButton. Was push button.
+
+text1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXTextField. Was editable text.
+
+checkbox1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXCheckBox. Was check box.
+
+radio1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXRadioButton. Was radio button.
+
+submit1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXButton. Was push button.
+
+combobox1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXPopUpButton. Was combo box.
+
+focusable1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXGroup. Was grouping.
+
+aria-button1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXButton. Was push button.
+
+aria-link1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXLink. Was link.
+
+link2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXLink. Was link.
+
+button2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXButton. Was push button.
+
+text2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXTextField. Was editable text.
+
+checkbox2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXCheckBox. Was check box.
+
+radio2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXRadioButton. Was radio button.
+
+submit2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXButton. Was push button.
+
+combobox2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXPopUpButton. Was combo box.
+
+focusable2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXGroup. Was grouping.
+
+aria-button2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXButton. Was push button.
+
+aria-link2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXLink. Was link.
+
+focusable1
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXButton. Was grouping.
+
+focusable2
+PASS document.activeElement == element is true
+FAIL axElement.role should be AXRole: AXButton. Was push button.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes