Title: [100641] trunk/LayoutTests
Revision
100641
Author
[email protected]
Date
2011-11-17 10:07:29 -0800 (Thu, 17 Nov 2011)

Log Message

WebKitTestRunner needs to support accessibility-related DRT APIs
https://bugs.webkit.org/show_bug.cgi?id=42131

Unreviewed layout test fix.
       
I hadn't realized that selection-value-changes-for-aria-textbox.html was being skipped on Lion,
so this test started failing on snow leopard on the bots. 

* platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (100640 => 100641)


--- trunk/LayoutTests/ChangeLog	2011-11-17 17:49:30 UTC (rev 100640)
+++ trunk/LayoutTests/ChangeLog	2011-11-17 18:07:29 UTC (rev 100641)
@@ -1,3 +1,15 @@
+2011-11-17  Chris Fleizach  <[email protected]>
+
+        WebKitTestRunner needs to support accessibility-related DRT APIs
+        https://bugs.webkit.org/show_bug.cgi?id=42131
+
+        Unreviewed layout test fix.
+       
+        I hadn't realized that selection-value-changes-for-aria-textbox.html was being skipped on Lion,
+        so this test started failing on snow leopard on the bots. 
+
+        * platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt:
+
 2011-11-17  Sergio Villar Senin  <[email protected]>
 
         [GTK] plugins/get-url-notify-with-url-that-fails-to-load.html on bots after r100466

Modified: trunk/LayoutTests/platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt (100640 => 100641)


--- trunk/LayoutTests/platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt	2011-11-17 17:49:30 UTC (rev 100640)
+++ trunk/LayoutTests/platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt	2011-11-17 18:07:29 UTC (rev 100641)
@@ -1,8 +1,3 @@
-ALERT: Successfully received AXSelectedTextChanged
-ALERT: Successfully received AXSelectedTextChanged
-ALERT: Successfully received AXSelectedTextChanged
-ALERT: Successfully received AXSelectedTextChanged
-ALERT: Successfully received AXValueChanged
 conhello tent inside
 This tests that ARIA removing an element from a live region sends the correct notification.
 
@@ -13,4 +8,9 @@
 PASS successfullyParsed is true
 
 TEST COMPLETE
+Successfully received AXSelectedTextChanged
+Successfully received AXSelectedTextChanged
+Successfully received AXSelectedTextChanged
+Successfully received AXSelectedTextChanged
+Successfully received AXValueChanged
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to