RESOLVED FIXED 116972
[GTK][WK2] accessibility/selection-states.html is failing
https://bugs.webkit.org/show_bug.cgi?id=116972
Summary [GTK][WK2] accessibility/selection-states.html is failing
Zan Dobersek
Reported 2013-05-29 10:17:19 PDT
The accessibility/selection-states.html layout test is failing on GTK WK2. http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=accessibility%2Fselection-states.html --- /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/accessibility/selection-states-expected.txt +++ /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/accessibility/selection-states-actual.txt @@ -3,10 +3,10 @@ PASS accessibilityController.focusedElement.isMultiSelectable is true -PASS accessibilityController.focusedElement.childAtIndex(0).isSelectable is true +FAIL accessibilityController.focusedElement.childAtIndex(0).isSelectable should be true (of type boolean). Was undefined (of type undefined). PASS accessibilityController.focusedElement.childAtIndex(0).isSelected is true -PASS accessibilityController.focusedElement.childAtIndex(1).isSelectable is true +FAIL accessibilityController.focusedElement.childAtIndex(1).isSelectable should be true (of type boolean). Was undefined (of type undefined). PASS accessibilityController.focusedElement.childAtIndex(1).isSelected is false -PASS accessibilityController.focusedElement.childAtIndex(2).isSelectable is false +FAIL accessibilityController.focusedElement.childAtIndex(2).isSelectable should be false (of type boolean). Was undefined (of type undefined). PASS accessibilityController.focusedElement.childAtIndex(2).isSelected is false
Attachments
Patch (2.65 KB, patch)
2013-09-20 03:21 PDT, Krzysztof Czech
no flags
Krzysztof Czech
Comment 1 2013-09-20 03:21:38 PDT
Mario Sanchez Prada
Comment 2 2013-09-20 03:53:47 PDT
Comment on attachment 212143 [details] Patch Thanks!
WebKit Commit Bot
Comment 3 2013-09-20 04:17:00 PDT
Comment on attachment 212143 [details] Patch Clearing flags on attachment: 212143 Committed r156149: <http://trac.webkit.org/changeset/156149>
WebKit Commit Bot
Comment 4 2013-09-20 04:17:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.