Bug 114626 - [GTK] accessibility/link-inside-button-accessible-text.html is failing
Summary: [GTK] accessibility/link-inside-button-accessible-text.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-04-15 09:19 PDT by Zan Dobersek
Modified: 2013-09-16 03:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-04-15 09:19:20 PDT
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
Comment 1 Mario Sanchez Prada 2013-09-16 03:42:24 PDT
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
Comment 2 Mario Sanchez Prada 2013-09-16 03:48:53 PDT
Failure expectation removed:
http://trac.webkit.org/changeset/155848