| Index: third_party/WebKit/LayoutTests/fast/parser/x-frame-options-detached-document-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/parser/x-frame-options-detached-document-crash.html b/third_party/WebKit/LayoutTests/fast/parser/x-frame-options-detached-document-crash.html
|
| deleted file mode 100644
|
| index 086c1b7b629cb1a81b762b5b151dbe78200caf76..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/parser/x-frame-options-detached-document-crash.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -This checks that writing an X-Frame-Options meta tag to a detached document does not crash.
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
| -<iframe id=foo></iframe>
|
| -<script>
|
| - var fooFrame = document.getElementById('foo');
|
| - var fooDoc = fooFrame.contentWindow.document;
|
| - fooFrame.parentNode.removeChild(fooFrame);
|
| -
|
| - fooDoc.write('<meta http-equiv="X-Frame-Options" content="deny"/>');
|
| -</script>
|
|
|