| Index: LayoutTests/plugins/plugin-document-load-prevented-userscript.html
|
| diff --git a/LayoutTests/plugins/plugin-document-load-prevented-userscript.html b/LayoutTests/plugins/plugin-document-load-prevented-userscript.html
|
| deleted file mode 100644
|
| index f29ceb62b8e6b871e4b70c592b4fd7560a5a70fd..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/plugins/plugin-document-load-prevented-userscript.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <script>
|
| - if (window.testRunner) {
|
| - window.testRunner.dumpAsText();
|
| - window.testRunner.addUserScript("document.addEventListener('beforeload', function(event) { if (event.url.indexOf('swf') >= 0) event.preventDefault(); }, true);", true, true);
|
| - }
|
| - </script>
|
| -</head>
|
| -<body>
|
| - This tests https://bugs.webkit.org/show_bug.cgi?id=46773 by having the load of the plugin
|
| - inside the plugin document be cancelled. If there is no crash, the test passed.
|
| - <iframe src="resources/simple_blank.swf"></iframe>
|
| -</body>
|
| -</html>
|
|
|