Title: [166671] trunk/LayoutTests
Revision
166671
Author
[email protected]
Date
2014-04-02 15:32:37 -0700 (Wed, 02 Apr 2014)

Log Message

AX: Improve ARIA live region reliability by sending notifications when live regions are created/shown and hidden/destroyed
https://bugs.webkit.org/show_bug.cgi?id=124381

Unreviewed. Forgot to add test expectation.

* platform/mac/accessibility/live-region-creation-notification-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (166670 => 166671)


--- trunk/LayoutTests/ChangeLog	2014-04-02 21:50:52 UTC (rev 166670)
+++ trunk/LayoutTests/ChangeLog	2014-04-02 22:32:37 UTC (rev 166671)
@@ -1,3 +1,12 @@
+2014-04-02  Chris Fleizach  <[email protected]>
+
+        AX: Improve ARIA live region reliability by sending notifications when live regions are created/shown and hidden/destroyed
+        https://bugs.webkit.org/show_bug.cgi?id=124381
+
+        Unreviewed. Forgot to add test expectation.
+
+        * platform/mac/accessibility/live-region-creation-notification-expected.txt: Added.
+
 2014-04-02  Daniel Bates  <[email protected]>
 
         Move focus management API from HTMLDocument to Document

Added: trunk/LayoutTests/platform/mac/accessibility/live-region-creation-notification-expected.txt (0 => 166671)


--- trunk/LayoutTests/platform/mac/accessibility/live-region-creation-notification-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/accessibility/live-region-creation-notification-expected.txt	2014-04-02 22:32:37 UTC (rev 166671)
@@ -0,0 +1,13 @@
+This tests that the AXLiveRegionCreated notification gets fired when live regions appear.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS Received live region created notification: AXLiveRegionCreated: first
+PASS Received live region created notification: AXLiveRegionCreated: second
+PASS Received live region created notification: AXLiveRegionCreated: third
+PASS Received live region created notification: AXLiveRegionCreated: fourth
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to