| Index: third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html b/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
|
| deleted file mode 100644
|
| index b53c669aea18cfc095f4ef4219ecffff3352f08f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <script src="../resources/cross-frame-access.js"></script>
|
| - <script>
|
| - window.onload = function()
|
| - {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.dumpChildFramesAsText();
|
| - testRunner.waitUntilDone();
|
| - testRunner.setCanOpenWindows();
|
| - testRunner.setCloseRemainingWindowsWhenComplete(true);
|
| - }
|
| - window.frames[0].postMessage('run test', '*');
|
| - }
|
| - </script>
|
| -</head>
|
| -<body>
|
| -<pre id='console'></pre>
|
| -<iframe src="http://localhost:8000/security/frameNavigation/resources/frame-with-plugin-to-navigate.html"></iframe>
|
| -<iframe name="toNavigate" src="http://127.0.0.1:8000/security/resources/cross-frame-iframe.html"></iframe>
|
| -</body>
|
| -</html>
|
|
|