Bug 126027 - Layout Test plugins/destroy-during-npp-new.html is flaky
Summary: Layout Test plugins/destroy-during-npp-new.html is flaky
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-19 16:18 PST by Alexey Proskuryakov
Modified: 2013-12-19 16:36 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-12-19 16:18:59 PST
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>).
+
+
Comment 1 Alexey Proskuryakov 2013-12-19 16:36:14 PST
Streamlined the test a little bit in <http://trac.webkit.org/r160875>, let's see what happens.