Bug 105443
Summary: | REGRESSION (r138112): accessibility/aria-controls-with-tabs.html is failing on GTK | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apinheiro, dmazzoni, jdiggs |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 98347 |
Zan Dobersek
The accessibility/aria-controls-with-tabs.html is failing on GTK since r138112 landed.
http://trac.webkit.org/changeset/138112
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=accessibility%2Faria-controls-with-tabs
Here's the diff:
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/aria-controls-with-tabs-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/aria-controls-with-tabs-actual.txt
@@ -11,10 +11,10 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS tab2.isSelected is true
+FAIL tab2.isSelected should be true. Was false.
PASS tab1.isSelected is false
PASS tab2.isSelected is false
-PASS tab1.isSelected is true
+FAIL tab1.isSelected should be true. Was false.
PASS successfullyParsed is true
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zan Dobersek
Fixed by r139250.
http://trac.webkit.org/changeset/139250