| Index: third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html b/third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html
|
| deleted file mode 100644
|
| index d43fa180ddcf058fefc9f54440adf3a0e6618244..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<script>
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.dumpChildFramesAsText();
|
| - testRunner.dumpResourceLoadCallbacks();
|
| - testRunner.waitUntilDone();
|
| - }
|
| -
|
| - function checkIfDone() {
|
| - try {
|
| - var url = document.querySelector('iframe').contentWindow.location.href;
|
| - console.log("FAIL: Could read contentWindow.location.href");
|
| - } catch (e) {
|
| - console.log("PASS: Access to contentWindow.location.href threw an exception.");
|
| - }
|
| -
|
| - testRunner.notifyDone();
|
| - }
|
| -</script>
|
| -
|
| -<p>There should be no content in the iframe below</p>
|
| -<iframe style="width:500px; height:500px" src="http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-parent-same-origin-deny.html" onload="checkIfDone()"></iframe>
|
|
|