Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / XFrameOptions / x-frame-options-invalid.html
blobad33183c92663bbf49c8bad54ed3ec24aed59558
1 <script>
2 if (window.testRunner) {
3 testRunner.dumpAsText();
4 testRunner.dumpChildFramesAsText();
5 testRunner.dumpResourceLoadCallbacks();
7 </script>
9 <p>The frame below should load, and a console message should be generated
10 that notes the invalid header.</p>
11 <iframe style="width:500px; height:500px" src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-invalid.cgi"></iframe>