Bug 116973
| Summary: | [GTK][WK2] platform/gtk/accessibility/caret-browsing-select-focus.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | brian.holt, mario |
| Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
The platform/gtk/accessibility/caret-browsing-select-focus.html layout test is failing on GTK WK2.
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=platform%2Fgtk%2Faccessibility%2Fcaret-browsing-select-focus.html
--- /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/platform/gtk/accessibility/caret-browsing-select-focus-expected.txt
+++ /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/platform/gtk/accessibility/caret-browsing-select-focus-actual.txt
@@ -12,8 +12,8 @@
PASS axCombo.isFocusable is true
PASS axMenuItemFoo.isFocusable is false
PASS axMenuItemBar.isFocusable is false
-PASS axMenuItemFoo.isSelectable is true
-PASS axMenuItemBar.isSelectable is true
+FAIL axMenuItemFoo.isSelectable should be true (of type boolean). Was undefined (of type undefined).
+FAIL axMenuItemBar.isSelectable should be true (of type boolean). Was undefined (of type undefined).
PASS axPar.isFocusable is true
PASS axCombo.isFocused is false
PASS axMenuItemFoo.isSelected is true
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mario Sanchez Prada
This test is now consistently passing in WK2 after r156541, so I'm removing it from the the TestExpectations file.