Title: [155465] trunk/LayoutTests
Revision
155465
Author
[email protected]
Date
2013-09-10 12:27:54 -0700 (Tue, 10 Sep 2013)

Log Message

AX: Integrate Mac results from paragraph-with-linebreaks.html
https://bugs.webkit.org/show_bug.cgi?id=121110

Unreviewed. Add in new expected results for Mac platform.

* platform/mac/accessibility/paragraph-with-linebreaks-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (155464 => 155465)


--- trunk/LayoutTests/ChangeLog	2013-09-10 19:21:03 UTC (rev 155464)
+++ trunk/LayoutTests/ChangeLog	2013-09-10 19:27:54 UTC (rev 155465)
@@ -1,3 +1,12 @@
+2013-09-10  Chris Fleizach  <[email protected]>
+
+        AX: Integrate Mac results from paragraph-with-linebreaks.html
+        https://bugs.webkit.org/show_bug.cgi?id=121110
+
+        Unreviewed. Add in new expected results for Mac platform.
+
+        * platform/mac/accessibility/paragraph-with-linebreaks-expected.txt: Added.
+
 2013-09-10  Mark Lam  <[email protected]>
 
         Move image-preload-helper.js from LayoutTests/js/resources to LayoutTests/resources.

Added: trunk/LayoutTests/platform/mac/accessibility/paragraph-with-linebreaks-expected.txt (0 => 155465)


--- trunk/LayoutTests/platform/mac/accessibility/paragraph-with-linebreaks-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/accessibility/paragraph-with-linebreaks-expected.txt	2013-09-10 19:27:54 UTC (rev 155465)
@@ -0,0 +1,23 @@
+Lorem ipsum dolor sit amet,
+consectetur adipiscing elit.
+Aliquam faucibus diam sit amet nunc vestibulum auctor.
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus diam sit amet nunc vestibulum auctor.
+
+This test checks that linebreaks explicitly set by the author are properly exposed to ATs.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Role of the paragraph with break lines: AXRole: AXGroup
+Value of the paragraph with break lines: AXValue: 
+
+
+Role of the paragraph with wrapped lines: AXRole: AXGroup
+Value of the paragraph with wrapped lines: AXValue: 
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to