Bug 68315 - [Qt][WK2] fast/events/media-element-focus-tab.html fails
Summary: [Qt][WK2] fast/events/media-element-focus-tab.html fails
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on: 56485
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-17 13:01 PDT by Csaba Osztrogonác
Modified: 2014-02-03 03:18 PST (History)
3 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 2011-09-17 13:01:14 PDT
fast/events/media-element-focus-tab.html introduced in http://trac.webkit.org/changeset/95381,
but fails on Qt-WK2 platform:

--- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/events/media-element-focus-tab-expected.txt 
+++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/events/media-element-focus-tab-actual.txt 
@@ -1,9 +1,9 @@
 This tests that a media element ie: <Audio> or <video>, without tabindex can be selected with keyboard (TAB Key)
 
-SUCCESS: Tab-Key did tab to the Media Element (video1). TEST: WithTabIndexVideo.
-SUCCESS: Tab-Key did tab to the Media Element (video2). TEST: WithoutTabIndexVideo.
-SUCCESS: Tab-Key did tab to the Media Element (video3). TEST: WithoutControlsButWithTabIndexVideo.
-SUCCESS: Tab-Key did tab to the Media Element (audio1). TEST: WithoutTabIndexAudio.
+FAIL: Tab-Key did not tab to the Media Element (video1). TEST: WithTabIndexVideo.
+FAIL: Tab-Key did not tab to the Media Element (video2). TEST: WithoutTabIndexVideo.
+FAIL: Tab-Key did not tab to the Media Element (video3). TEST: WithoutControlsButWithTabIndexVideo.
+FAIL: Tab-Key did not tab to the Media Element (audio1). TEST: WithoutTabIndexAudio.
 SUCCESS: Tab-Key did not tab to the Media Element (audio2). TEST: WithoutControlaAndTabIndexAudio.
Comment 1 Csaba Osztrogonác 2011-09-17 13:09:17 PDT
Skipped by http://trac.webkit.org/changeset/95384
Comment 2 Deepak Sherveghar 2011-09-18 11:04:04 PDT
Thanks for skipping the test.

The Media test media-element-focus-tab.html uses "eventSender.keyDown('\t');" to simulate a 'TAB' Key. From the following BUG it seems EventSender functionality for key-down in QT webkit2 is still under development.

https://bugs.webkit.org/show_bug.cgi?id=56485
Bug 56485 : [Qt] Implement KeyDown function for WebKit2 EventSender.

Once 56485 is committed, media-element-focus-tab.html layouttest should work just fine. Till then I guess marking it as skipped makes sense.
Comment 3 Antonio Gomes 2011-09-21 08:22:09 PDT
(In reply to comment #2)
> Thanks for skipping the test.
> 
> The Media test media-element-focus-tab.html uses "eventSender.keyDown('\t');" to simulate a 'TAB' Key. From the following BUG it seems EventSender functionality for key-down in QT webkit2 is still under development.
> 
> https://bugs.webkit.org/show_bug.cgi?id=56485
> Bug 56485 : [Qt] Implement KeyDown function for WebKit2 EventSender.
> 
> Once 56485 is committed, media-element-focus-tab.html layouttest should work just fine. Till then I guess marking it as skipped makes sense.

Ossy, would you mind to re-test it, when you get a idle cycle? :) Thanks
Comment 4 Jocelyn Turcotte 2014-02-03 03:18:57 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.