Title: [131506] trunk/LayoutTests
Revision
131506
Author
[email protected]
Date
2012-10-16 14:51:27 -0700 (Tue, 16 Oct 2012)

Log Message

[GTK] accessibility/inline-continuations.html is failing
https://bugs.webkit.org/show_bug.cgi?id=98367

Unreviewed. Unskipped test, new port-specific expectations.

ATs for the GTK port are expecting only meaningful text objects, with
the text of spans getting folded into the parent object.

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

* platform/gtk/TestExpectations: Updated to unskip test.
* platform/gtk/accessibility/inline-continuations-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (131505 => 131506)


--- trunk/LayoutTests/ChangeLog	2012-10-16 21:42:31 UTC (rev 131505)
+++ trunk/LayoutTests/ChangeLog	2012-10-16 21:51:27 UTC (rev 131506)
@@ -1,3 +1,16 @@
+2012-10-16  Joanmarie Diggs  <[email protected]>
+
+        [GTK] accessibility/inline-continuations.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=98367
+
+        Unreviewed. Unskipped test, new port-specific expectations.
+
+        ATs for the GTK port are expecting only meaningful text objects, with
+        the text of spans getting folded into the parent object.
+
+        * platform/gtk/TestExpectations: Updated to unskip test.
+        * platform/gtk/accessibility/inline-continuations-expected.txt: Added.
+
 2012-10-16  Emil A Eklund  <[email protected]>
 
         Remove special-case flooring of baselinePosition for replaced elements in InlineFlowBox::placeBoxesInBlockDirection

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (131505 => 131506)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-16 21:42:31 UTC (rev 131505)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-16 21:51:27 UTC (rev 131506)
@@ -700,7 +700,6 @@
 webkit.org/b/98364 accessibility/editable-webarea-context-menu-point.html [ Failure ]
 webkit.org/b/98365 accessibility/ellipsis-text.html [ Failure ]
 webkit.org/b/98366 accessibility/ignore-spacer-elements.html [ Failure ]
-webkit.org/b/98367 accessibility/inline-continuations.html [ Failure ]
 webkit.org/b/98368 accessibility/label-for-control-hittest.html [ Failure ]
 webkit.org/b/98369 accessibility/language-attribute.html [ Failure ]
 webkit.org/b/98370 accessibility/loading-iframe-sends-notification.html [ Failure ]

Added: trunk/LayoutTests/platform/gtk/accessibility/inline-continuations-expected.txt (0 => 131506)


--- trunk/LayoutTests/platform/gtk/accessibility/inline-continuations-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/inline-continuations-expected.txt	2012-10-16 21:51:27 UTC (rev 131506)
@@ -0,0 +1,13 @@
+Inline continuations - accessibility tree linkage
+
+This test checks that the right accessibility tree is generated in the presence of inline continuations. Each of the five numbers below should be visited only ones traversing the accessibility tree.
+
+1
+2
+34
+5
+FAIL nonGroupDescendants(accessibilityController.focusedElement) should be 5. Was 2.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to