Bug 90383
Summary: | [Gtk] http/tests/plugins/plugin-document-has-focus.html times out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zan Dobersek
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zan Dobersek
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
Plugins are no longer supported.