Title: [158741] trunk/LayoutTests
- Revision
- 158741
- Author
- [email protected]
- Date
- 2013-11-06 03:31:12 -0800 (Wed, 06 Nov 2013)
Log Message
[ATK] accessibility/tabindex-elements-are-accessible.html is failing
https://bugs.webkit.org/show_bug.cgi?id=123884
Patch by Krzysztof Czech <[email protected]> on 2013-11-06
Reviewed by Mario Sanchez Prada.
Added new accessibility expectation file. ATK represents paragraph's role as a ATK_ROLE_PARAGRAPH.
* platform/efl/TestExpectations: Test is no longer failing.
* platform/efl/accessibility/tabindex-elements-are-accessible-expected.txt: Added.
* platform/gtk/accessibility/tabindex-elements-are-accessible-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (158740 => 158741)
--- trunk/LayoutTests/ChangeLog 2013-11-06 11:17:45 UTC (rev 158740)
+++ trunk/LayoutTests/ChangeLog 2013-11-06 11:31:12 UTC (rev 158741)
@@ -1,3 +1,16 @@
+2013-11-06 Krzysztof Czech <[email protected]>
+
+ [ATK] accessibility/tabindex-elements-are-accessible.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=123884
+
+ Reviewed by Mario Sanchez Prada.
+
+ Added new accessibility expectation file. ATK represents paragraph's role as a ATK_ROLE_PARAGRAPH.
+
+ * platform/efl/TestExpectations: Test is no longer failing.
+ * platform/efl/accessibility/tabindex-elements-are-accessible-expected.txt: Added.
+ * platform/gtk/accessibility/tabindex-elements-are-accessible-expected.txt: Added.
+
2013-11-06 Mario Sanchez Prada <[email protected]>
Unreviewed GTK gardening. Tests failing after r158195
Modified: trunk/LayoutTests/platform/efl/TestExpectations (158740 => 158741)
--- trunk/LayoutTests/platform/efl/TestExpectations 2013-11-06 11:17:45 UTC (rev 158740)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2013-11-06 11:31:12 UTC (rev 158741)
@@ -1410,9 +1410,6 @@
webkit.org/b/121684 accessibility/aria-describedby-on-input.html [ Failure ]
webkit.org/b/121593 accessibility/radio-button-title-label.html [ Failure ]
-# New accessibility test added in r158195 that is failing for EFL.
-webkit.org/b/123738 accessibility/tabindex-elements-are-accessible.html [ Failure ]
-
# Newly added test at r139111 is failing.
webkit.org/b/106439 editing/pasteboard/paste-noplugin.html [ Failure ]
Added: trunk/LayoutTests/platform/efl/accessibility/tabindex-elements-are-accessible-expected.txt (0 => 158741)
--- trunk/LayoutTests/platform/efl/accessibility/tabindex-elements-are-accessible-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/tabindex-elements-are-accessible-expected.txt 2013-11-06 11:31:12 UTC (rev 158741)
@@ -0,0 +1,28 @@
+test test test
+test
+
+This tests that if tabindex is set on an object, it will be accessible (even if it is usually not)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Item 1: Is focusable: true
+Item 1: AXRole: AXGroup
+
+
+Item 2: Is focusable: true
+Item 2: AXRole: AXGroup
+
+
+Item 3: Is focusable: true
+Item 3: AXRole: AXGroup
+
+
+Item 4: Is focusable: true
+Item 4: AXRole: AXParagraph
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/platform/gtk/accessibility/tabindex-elements-are-accessible-expected.txt (0 => 158741)
--- trunk/LayoutTests/platform/gtk/accessibility/tabindex-elements-are-accessible-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/tabindex-elements-are-accessible-expected.txt 2013-11-06 11:31:12 UTC (rev 158741)
@@ -0,0 +1,28 @@
+test test test
+test
+
+This tests that if tabindex is set on an object, it will be accessible (even if it is usually not)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Item 1: Is focusable: true
+Item 1: AXRole: AXGroup
+
+
+Item 2: Is focusable: true
+Item 2: AXRole: AXGroup
+
+
+Item 3: Is focusable: true
+Item 3: AXRole: AXGroup
+
+
+Item 4: Is focusable: true
+Item 4: AXRole: AXParagraph
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes