Bug 114626
Summary: | [GTK] accessibility/link-inside-button-accessible-text.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mario |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 98347 |
Zan Dobersek
The accessibility/link-inside-button-accessible-text.html layout test is failing since introduced in r148136.
http://trac.webkit.org/changeset/148136
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=accessibility%2Flink-inside-button-accessible-text.html&revision=148140
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/link-inside-button-accessible-text-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/link-inside-button-accessible-text-actual.txt
@@ -3,8 +3,8 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS button1.title is 'AXTitle: foo1'
-PASS button2.title is 'AXTitle: foo2'
+FAIL button1.title should be AXTitle: foo1. Was AXTitle: .
+FAIL button2.title should be AXTitle: foo2. Was AXTitle: .
PASS successfullyParsed is true
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mario Sanchez Prada
This test has been consistently passing now, and I believe that it's due to the SVN r155374, after looking at the dashboard:
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#revision=155393&tests=accessibility%2Flink-inside-button-accessible-text.html
I'll unskip it and solve this bug then
Mario Sanchez Prada
Failure expectation removed:
http://trac.webkit.org/changeset/155848