Bug 93658 - [Qt][WK2] REGRESSION(r125045): It made fast/events/media-focus-in-standalone-media-document.html fail
Summary: [Qt][WK2] REGRESSION(r125045): It made fast/events/media-focus-in-standalone-...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 79666 86310
  Show dependency treegraph
 
Reported: 2012-08-09 14:32 PDT by Csaba Osztrogonác
Modified: 2014-02-01 19:00 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-08-09 14:32:22 PDT
--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/media-focus-in-standalone-media-document-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/media-focus-in-standalone-media-document-actual.txt
@@ -1,13 +1,2 @@
-This tests that media element in a standalone media document cannot be focused directly using focus() method or by mouse click.
+FAIL: Timed out waiting for notifyDone to be called
 
-
-
-*** Should not focus video element by calling focus() method.
-EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK
-
-*** Should not focus video element by mouse click.
-*** Video element clicked.
-EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK
-
-END OF TEST
-
Comment 1 Csaba Osztrogonác 2012-08-09 14:54:43 PDT
I skipped it on Qt WK2 to paint the bot green - https://trac.webkit.org/changeset/125206/trunk/LayoutTests/platform/qt-5.0-wk2/Skipped

Please unskip it with the proper fix.
Comment 2 Philippe Normand 2012-08-09 23:05:40 PDT
GTK doesn't seem to be affected by this issue, weird. I'll have a look at this one, most likely next week.
Comment 3 Philippe Normand 2012-08-20 06:09:49 PDT
(In reply to comment #2)
> GTK doesn't seem to be affected by this issue, weird. I'll have a look at this one, most likely next week.

Indeed I can't reproduce this issue in GTK. Now checking out the qt build...
BTW qt still skips the media tests AFAIK, why not this one too?
Comment 4 Gábor Ábrahám 2013-06-04 06:36:18 PDT
Now this test is passing. http://trac.webkit.org/changeset/151113