Bug 83800
| Summary: | [GTK] plugins/get-url-with-blank-target.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED LATER | ||
| Severity: | Normal | CC: | mrobinson, zan |
| Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
Recently unskipped but started failing on and off.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Diff:
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/plugins/get-url-with-blank-target-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/plugins/get-url-with-blank-target-actual.txt
@@ -1,2 +1,2 @@
This tests that we won't crash when a plugin tries to open an URL in a new window when the application does not create the window. If this test is successful, the word SUCCESS should be seen below.
-SUCCESS
+FAILED - Expected error code 1 but got error code 0
Martin Robinson
We need support for testRunner.addDisallowedURL to pass this test. Going to close this and remove the GTK+ specific expectation until the WebKit2 support is in place.