Bug 132921
Summary: | [GTK] Layout Test plugins/evaluate-js-after-removing-plugin-element.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Alberto Lopez Perez
The Layout test http/tests/security/cross-origin-plugin-private-browsing-toggled.html is failing on GTK since r168668 <http://trac.webkit.org/r168668>.
*But* before than r168668 it was timing out.
The diff is the following:
--- /home/clopez/webkit/webkit/layout-test-results/plugins/evaluate-js-after-removing-plugin-element-expected.txt
+++ /home/clopez/webkit/webkit/layout-test-results/plugins/evaluate-js-after-removing-plugin-element-actual.txt
@@ -1,3 +1,2 @@
+
This tests that we don't crash when a plugin removes itself from the document and then executes JavaScript.
-
-Executing script after removing the plugin element from the document succeeded.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
(In reply to comment #0)
> The Layout test http/tests/security/cross-origin-plugin-private-browsing-toggled.html
^^ Sorry. I mean the layout test: plugins/evaluate-js-after-removing-plugin-element.html
Carlos Alberto Lopez Perez
I have updated the TestExpectations file for GTK for this test on r168865 <http://trac.webkit.org/r168865>
[.....]
And I have just noticed that r168668 got reverted on 168843 <http://trac.webkit.org/r168843>
Carlos Garcia Campos
Plugins are no longer supported.