Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: LayoutTests/plugins/geturlnotify-during-document-teardown.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/geturlnotify-during-document-teardown.html
diff --git a/LayoutTests/plugins/geturlnotify-during-document-teardown.html b/LayoutTests/plugins/geturlnotify-during-document-teardown.html
deleted file mode 100644
index c9622362cc599338cb8366fcec8db24ef4ac8503..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/geturlnotify-during-document-teardown.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
- <head>
- <script>
- if (!window.testRunner) {
- alert('this test can only be run by DumpRenderTree')
- } else {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- testRunner.setCallCloseOnWebViews(false);
- testRunner.setCanOpenWindows();
- testRunner.setCloseRemainingWindowsWhenComplete(false);
- window.open("resources/geturlnotify-on-destroy.html");
- }
- </script>
- </head>
- <body>
- This tests that performing a load during document teardown does not
- cause a crash.
- <a href="https://bugs.webkit.org/show_bug.cgi?id=38797">Bug #38797</a>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698