Bug 126027
Summary: | Layout Test plugins/destroy-during-npp-new.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alexey Proskuryakov
The following layout test is flaky on Mac WK1: plugins/destroy-during-npp-new.html
Here is the diff:
@@ -1 +1,3 @@
-SUCCESS
+This tests a plug-in that removes itself from the document during NPP_New. It passes if it does not crash during removal (<rdar://problem/6954546>) or when a window is next closed (<rdar://problem/7090444>).
+
+
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Streamlined the test a little bit in <http://trac.webkit.org/r160875>, let's see what happens.