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.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111210
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-19 Jessie Berlin <jberlin@apple.com>
+
+ 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 <mikelawther@chromium.org>
CSS3 calc: make mask images work with mixed percent/absolute
--- /dev/null
+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
+