RESOLVED INVALID Bug 93658
[Qt][WK2] REGRESSION(r125045): It made fast/events/media-focus-in-standalone-media-document.html fail
https://bugs.webkit.org/show_bug.cgi?id=93658
Summary [Qt][WK2] REGRESSION(r125045): It made fast/events/media-focus-in-standalone-...
Csaba Osztrogonác
Reported 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 -
Attachments
Csaba Osztrogonác
Comment 1 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.
Philippe Normand
Comment 2 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.
Philippe Normand
Comment 3 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?
Gábor Ábrahám
Comment 4 2013-06-04 06:36:18 PDT
Now this test is passing. http://trac.webkit.org/changeset/151113
Note You need to log in before you can comment on or make changes to this bug.