Title: [131510] trunk/LayoutTests
Revision
131510
Author
[email protected]
Date
2012-10-16 15:00:18 -0700 (Tue, 16 Oct 2012)

Log Message

[GTK] accessibility/radio-button-title-label.html is failing
https://bugs.webkit.org/show_bug.cgi?id=98374

Unreviewed. Unskipped test, new port-specific baseline.

New baseline for the GTK port. If there is a proper label tag, we
expect the widget to get its name/title from that label. The aria
labelledby property is exposed in addition to the label; not instead
of the label.

Patch by Joanmarie Diggs <[email protected]> on 2012-10-16

* platform/gtk/TestExpectations: Unskipped failing test.
* platform/gtk/accessibility/radio-button-title-label-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (131509 => 131510)


--- trunk/LayoutTests/ChangeLog	2012-10-16 21:59:35 UTC (rev 131509)
+++ trunk/LayoutTests/ChangeLog	2012-10-16 22:00:18 UTC (rev 131510)
@@ -1,3 +1,18 @@
+2012-10-16  Joanmarie Diggs  <[email protected]>
+
+        [GTK] accessibility/radio-button-title-label.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=98374
+
+        Unreviewed. Unskipped test, new port-specific baseline.
+
+        New baseline for the GTK port. If there is a proper label tag, we
+        expect the widget to get its name/title from that label. The aria
+        labelledby property is exposed in addition to the label; not instead
+        of the label.
+
+        * platform/gtk/TestExpectations: Unskipped failing test.
+        * platform/gtk/accessibility/radio-button-title-label-expected.txt: Added.
+
 2012-10-16  Dirk Pranke  <[email protected]>
 
         [chromium] add Mountain Lion baselines

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (131509 => 131510)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-16 21:59:35 UTC (rev 131509)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-16 22:00:18 UTC (rev 131510)
@@ -706,7 +706,6 @@
 webkit.org/b/98371 accessibility/loading-iframe-updates-axtree.html [ Failure ]
 webkit.org/b/98372 accessibility/onclick-handlers.html [ Failure ]
 webkit.org/b/98373 accessibility/placeholder.html [ Failure ]
-webkit.org/b/98374 accessibility/radio-button-title-label.html [ Failure ]
 webkit.org/b/98375 accessibility/secure-textfield-title-ui.html [ Failure ]
 webkit.org/b/98376 accessibility/selection-states.html [ Failure ]
 webkit.org/b/98377 accessibility/textarea-insertion-point-line-number.html [ Failure ]

Added: trunk/LayoutTests/platform/gtk/accessibility/radio-button-title-label-expected.txt (0 => 131510)


--- trunk/LayoutTests/platform/gtk/accessibility/radio-button-title-label-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/radio-button-title-label-expected.txt	2012-10-16 22:00:18 UTC (rev 131510)
@@ -0,0 +1,22 @@
+This test checks that radio buttons expose title ui elements correctly under a variety of cirmcumstances. In general, the should disappear and act as the title for the radio button.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS focusedElement.title is 'AXTitle: LABEL'
+PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true
+PASS focusedElement.description is 'AXDescription: LABEL2a'
+FAIL focusedElement.title should be AXTitle: . Was AXTitle: LABEL2.
+PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true
+PASS focusedElement.description is 'AXDescription: radio3'
+FAIL focusedElement.title should be AXTitle: . Was AXTitle: LABEL3.
+PASS titleUIElement.title is 'AXTitle: '
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Test
+LABEL  Test
+LABEL2
+LABEL2a
+Test
+LABEL3
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to