Bug 105443 - REGRESSION (r138112): accessibility/aria-controls-with-tabs.html is failing on GTK
Summary: REGRESSION (r138112): accessibility/aria-controls-with-tabs.html is failing o...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure, Regression
Depends on:
Blocks: 98347
  Show dependency treegraph
 
Reported: 2012-12-19 08:58 PST by Zan Dobersek
Modified: 2013-01-10 01:24 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2012-12-19 08:58:05 PST
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
Comment 1 Zan Dobersek 2013-01-10 01:24:11 PST
Fixed by r139250.
http://trac.webkit.org/changeset/139250