RESOLVED INVALID 90383
[Gtk] http/tests/plugins/plugin-document-has-focus.html times out
https://bugs.webkit.org/show_bug.cgi?id=90383
Summary [Gtk] http/tests/plugins/plugin-document-has-focus.html times out
Zan Dobersek
Reported 2012-07-02 07:14:10 PDT
The test in title fails but also takes 30 seconds to run. Here's the diff: --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/plugins/plugin-document-has-focus-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/plugins/plugin-document-has-focus-actual.txt @@ -1,3 +1,2 @@ -CONSOLE MESSAGE: line 1: PLUGIN: keyDown 'A' -CONSOLE MESSAGE: line 1: PLUGIN: keyUp 'A' -This tests that a full page plugin gets keyboard focus without the need to first click it.+FAIL: Timed out waiting for notifyDone to be called +This tests that a full page plugin gets keyboard focus without the need to first click it.
Attachments
Zan Dobersek
Comment 1 2012-07-02 07:17:13 PDT
Seems as eventSender.keyDown call does not get executed in the plugin[1] and the test is then not finished either[2]. [1] - http://trac.webkit.org/browser/trunk/Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp#L353 [2] - http://trac.webkit.org/browser/trunk/Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp#L495
Carlos Garcia Campos
Comment 2 2020-08-17 06:39:46 PDT
Plugins are no longer supported.
Note You need to log in before you can comment on or make changes to this bug.