RESOLVED FIXED 95329
[WK2] New fast/events/tab-focus-link-in-canvas fails from r126908
https://bugs.webkit.org/show_bug.cgi?id=95329
Summary [WK2] New fast/events/tab-focus-link-in-canvas fails from r126908
Szilard Ledan
Reported 2012-08-29 05:15:19 PDT
This test failing (timeout) on Qt-WK2 and Lion-WK2. --- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/events/tab-focus-link-in-canvas-expected.txt +++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/events/tab-focus-link-in-canvas-actual.txt @@ -4,7 +4,7 @@ PASS document.activeElement.id is "before" -PASS document.activeElement.id is "canvas_link" +FAIL document.activeElement.id should be canvas_link. Was . PASS successfullyParsed is true TEST COMPLETE Could you check it please?
Attachments
Patch (9.59 KB, patch)
2012-09-08 00:44 PDT, Chris Dumez
no flags
Patch (9.59 KB, patch)
2012-09-08 01:00 PDT, Chris Dumez
no flags
Csaba Osztrogonác
Comment 1 2012-08-29 05:21:15 PDT
It isn't timeout, it is a simple fail. And it isn't Qt, but WK2 specific bug.
Szilard Ledan
Comment 2 2012-08-29 05:43:11 PDT
Dominic Mazzoni
Comment 3 2012-08-29 09:30:05 PDT
The underlying issue here is that WebKitTabToLinksPreferenceKey isn't supported in WK2. InjectedBundle::overrideBoolPreferenceForTestRunner has this comment: // FIXME: Need an explicit way to set "WebKitTabToLinksPreferenceKey" directly in WebPage. Also, this bug seems to be essentially the same issue: https://bugs.webkit.org/show_bug.cgi?id=77884 It should be easy to enable this test once that's solved.
Chris Dumez
Comment 4 2012-09-08 00:44:34 PDT
Created attachment 162951 [details] Patch Add support for overriding "WebKitTabToLinksPreferenceKey" preference in WebKitTestRunner. This is needed for fast/events/tab-focus-link-in-canvas to pass since the setting is disabled by default in WK2.
Chris Dumez
Comment 5 2012-09-08 01:00:12 PDT
Created attachment 162952 [details] Patch Minor changelog fix.
WebKit Review Bot
Comment 6 2012-09-08 03:47:46 PDT
Comment on attachment 162952 [details] Patch Clearing flags on attachment: 162952 Committed r127966: <http://trac.webkit.org/changeset/127966>
WebKit Review Bot
Comment 7 2012-09-08 03:47:50 PDT
All reviewed patches have been landed. Closing bug.
Tim Horton
Comment 8 2014-09-01 07:10:47 PDT
Oddly, there was already a "tabsToLinks" WebKit2 pref, and you added "tabToLinks", and now we have both... but I'm not 100% sure how to untangle.
Note You need to log in before you can comment on or make changes to this bug.