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> |