Bug 93658
Summary: | [Qt][WK2] REGRESSION(r125045): It made fast/events/media-focus-in-standalone-media-document.html fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | eric.carlson, h944478, ossy, pnormand |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 79666, 86310 |
Csaba Osztrogonác
--- /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
-
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
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.
Philippe Normand
GTK doesn't seem to be affected by this issue, weird. I'll have a look at this one, most likely next week.
Philippe Normand
(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?
Gábor Ábrahám
Now this test is passing. http://trac.webkit.org/changeset/151113