Title: [111210] trunk/LayoutTests
Revision
111210
Author
[email protected]
Date
2012-03-19 11:36:35 -0700 (Mon, 19 Mar 2012)

Log Message

platform/mac/accessibility/selected-rows-table.html failing on Lion Intel Debug WebKit2 testers
https://bugs.webkit.org/show_bug.cgi?id=81530

Add expected failing results for mac-wk2 to get the bots green.

* platform/mac-wk2/platform/mac/accessibility/selected-rows-table-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (111209 => 111210)


--- trunk/LayoutTests/ChangeLog	2012-03-19 18:36:25 UTC (rev 111209)
+++ trunk/LayoutTests/ChangeLog	2012-03-19 18:36:35 UTC (rev 111210)
@@ -1,3 +1,12 @@
+2012-03-19  Jessie Berlin  <[email protected]>
+
+        platform/mac/accessibility/selected-rows-table.html failing on Lion Intel Debug WebKit2 testers
+        https://bugs.webkit.org/show_bug.cgi?id=81530
+
+        Add expected failing results for mac-wk2 to get the bots green.
+
+        * platform/mac-wk2/platform/mac/accessibility/selected-rows-table-expected.txt: Added.
+
 2012-03-19  Mike Lawther  <[email protected]>
 
         CSS3 calc: make mask images work with mixed percent/absolute

Added: trunk/LayoutTests/platform/mac-wk2/platform/mac/accessibility/selected-rows-table-expected.txt (0 => 111210)


--- trunk/LayoutTests/platform/mac-wk2/platform/mac/accessibility/selected-rows-table-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/platform/mac/accessibility/selected-rows-table-expected.txt	2012-03-19 18:36:35 UTC (rev 111210)
@@ -0,0 +1,20 @@
+a
+
+
+b
+
+
+c
+This tests that the selected rows of a table are exposed correctly and that when they change, a notification is sent.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS addedNotification is true
+FAIL axTree.selectedRowAtIndex(0).isEqual(axTree.rowAtIndex(0)) should be true. Threw exception TypeError: 'undefined' is not a function (evaluating 'axTree.rowAtIndex(0)')
+FAIL axTree.selectedRowAtIndex(1).isEqual(axTree.rowAtIndex(2)) should be true. Threw exception TypeError: 'undefined' is not a function (evaluating 'axTree.rowAtIndex(2)')
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Notification: AXSelectedRowsChanged
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to