| Index: third_party/WebKit/LayoutTests/plugins/window-open.html
|
| diff --git a/third_party/WebKit/LayoutTests/plugins/window-open.html b/third_party/WebKit/LayoutTests/plugins/window-open.html
|
| deleted file mode 100644
|
| index 4447cdd7e7a48e3feab18ab55595e18a00370d3f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/plugins/window-open.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| - if (window.testRunner) {
|
| - testRunner.setCanOpenWindows();
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - }
|
| -
|
| -</script>
|
| -<body style="margin:0px;overflow:hidden">
|
| -<object name="testPlugin" type="application/x-webkit-test-netscape" testwindowopen="true">
|
| -</object>
|
| -<div>
|
| - This tests that window.open invoked by a plugin via NPN_Invoke without a javascript context succeeds.
|
| -</div>
|
| -<body>
|
| -</html>
|
|
|