Title: [165849] trunk/LayoutTests
- Revision
- 165849
- Author
- [email protected]
- Date
- 2014-03-18 15:05:45 -0700 (Tue, 18 Mar 2014)
Log Message
Unreviewed GTK Gardening.
Move expected accesibility results to the right path and update them.
Patch by Carlos Alberto Lopez Perez <[email protected]> on 2014-03-18
* platform/gtk/accessibility/aria-help-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/aria-help-expected.txt.
* platform/gtk/accessibility/aria-hidden-false-works-in-subtrees-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/aria-hidden-false-works-in-subtrees-expected.txt.
* platform/gtk/accessibility/fieldset-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/fieldset-element-expected.txt.
* platform/gtk/accessibility/meter-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/meter-element-expected.txt.
* platform/gtk/accessibility/negative-tabindex-does-not-expose-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/negative-tabindex-does-not-expose-label-expected.txt.
Modified Paths
Added Paths
Removed Paths
- trunk/LayoutTests/platform/gtk/accessibility/accessibility/
Diff
Modified: trunk/LayoutTests/ChangeLog (165848 => 165849)
--- trunk/LayoutTests/ChangeLog 2014-03-18 21:57:44 UTC (rev 165848)
+++ trunk/LayoutTests/ChangeLog 2014-03-18 22:05:45 UTC (rev 165849)
@@ -1,5 +1,17 @@
2014-03-18 Carlos Alberto Lopez Perez <[email protected]>
+ Unreviewed GTK Gardening.
+
+ Move expected accesibility results to the right path and update them.
+
+ * platform/gtk/accessibility/aria-help-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/aria-help-expected.txt.
+ * platform/gtk/accessibility/aria-hidden-false-works-in-subtrees-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/aria-hidden-false-works-in-subtrees-expected.txt.
+ * platform/gtk/accessibility/fieldset-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/fieldset-element-expected.txt.
+ * platform/gtk/accessibility/meter-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/meter-element-expected.txt.
+ * platform/gtk/accessibility/negative-tabindex-does-not-expose-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/accessibility/negative-tabindex-does-not-expose-label-expected.txt.
+
+2014-03-18 Carlos Alberto Lopez Perez <[email protected]>
+
Unreviewed GTK gardening.
Test fast/events/touch/touch-target-limited.html crashes.
Copied: trunk/LayoutTests/platform/gtk/accessibility/aria-help-expected.txt (from rev 165848, trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-help-expected.txt) (0 => 165849)
--- trunk/LayoutTests/platform/gtk/accessibility/aria-help-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/aria-help-expected.txt 2014-03-18 22:05:45 UTC (rev 165849)
@@ -0,0 +1,11 @@
+button
+This tests that aria-help attribute works as expected.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL button.helpText should be AXHelp: click here (of type string). Was null (of type object).
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Copied: trunk/LayoutTests/platform/gtk/accessibility/aria-hidden-false-works-in-subtrees-expected.txt (from rev 165848, trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-hidden-false-works-in-subtrees-expected.txt) (0 => 165849)
--- trunk/LayoutTests/platform/gtk/accessibility/aria-hidden-false-works-in-subtrees-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/aria-hidden-false-works-in-subtrees-expected.txt 2014-03-18 22:05:45 UTC (rev 165849)
@@ -0,0 +1,24 @@
+
+This tests that a sub-tree within a node marked with aria-hidden=false will be exposed in the AX tree.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+AXRole: AXSection
+AXDescription: group0
+
+ AXRole: AXGroup
+ AXDescription: group2
+
+ AXRole: AXButton
+ AXDescription: button1
+
+ AXRole: FIXME not identified
+ AXDescription:
+
+Non-rendered iframe content should not be visible when aria-hidden=true. The first child should be a group and NOT static text.
+iFrame child role: AXRole: AXWebArea
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Copied: trunk/LayoutTests/platform/gtk/accessibility/fieldset-element-expected.txt (from rev 165848, trunk/LayoutTests/platform/gtk/accessibility/accessibility/fieldset-element-expected.txt) (0 => 165849)
--- trunk/LayoutTests/platform/gtk/accessibility/fieldset-element-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/fieldset-element-expected.txt 2014-03-18 22:05:45 UTC (rev 165849)
@@ -0,0 +1,29 @@
+Name:
+High Score:
+Name:
+High Score:
+Name:
+High Score:
+Name:
+High Score:
+Name:
+High Score: Name:
+Name:
+Other:
+This tests that fieldset and legend elements are exposed correctly.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+AXDescription: High Score:
+AXDescription: High Score:
+AXDescription: New High Score:
+AXDescription: New High Score:
+AXDescription:
+AXDescription: High Score:
+AXDescription:
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Copied: trunk/LayoutTests/platform/gtk/accessibility/meter-element-expected.txt (from rev 165848, trunk/LayoutTests/platform/gtk/accessibility/accessibility/meter-element-expected.txt) (0 => 165849)
--- trunk/LayoutTests/platform/gtk/accessibility/meter-element-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/meter-element-expected.txt 2014-03-18 22:05:45 UTC (rev 165849)
@@ -0,0 +1,12 @@
+CONSOLE MESSAGE: line 25: TypeError: undefined is not an object (evaluating 'meter.role')
+
+This tests that the meter element is accessible.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Meter1
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
+
+TEST COMPLETE
+
Copied: trunk/LayoutTests/platform/gtk/accessibility/negative-tabindex-does-not-expose-label-expected.txt (from rev 165848, trunk/LayoutTests/platform/gtk/accessibility/accessibility/negative-tabindex-does-not-expose-label-expected.txt) (0 => 165849)
--- trunk/LayoutTests/platform/gtk/accessibility/negative-tabindex-does-not-expose-label-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/negative-tabindex-does-not-expose-label-expected.txt 2014-03-18 22:05:45 UTC (rev 165849)
@@ -0,0 +1,12 @@
+hello world
+This tests that a group has a tabindex < 0, it will not have a label exposed for title or description.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Description: AXDescription:
+Title: AXTitle:
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes