Bug 116972 - [GTK][WK2] accessibility/selection-states.html is failing
Summary: [GTK][WK2] accessibility/selection-states.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks: 98347
  Show dependency treegraph
 
Reported: 2013-05-29 10:17 PDT by Zan Dobersek
Modified: 2013-09-20 04:17 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.65 KB, patch)
2013-09-20 03:21 PDT, Krzysztof Czech
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 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
Comment 1 Krzysztof Czech 2013-09-20 03:21:38 PDT
Created attachment 212143 [details]
Patch
Comment 2 Mario Sanchez Prada 2013-09-20 03:53:47 PDT
Comment on attachment 212143 [details]
Patch

Thanks!
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2013-09-20 04:17:03 PDT
All reviewed patches have been landed.  Closing bug.