Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / XFrameOptions / x-frame-options-allowall.html
blob7b4fd240b419b7cc31636d07f233041e83bd2afe
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.dumpChildFramesAsText();
8 testRunner.dumpResourceLoadCallbacks();
10 </script>
11 </head>
12 <body>
13 <p>The frame below should load, and 'ALLOWALL' should be accepted as a valid header.</p>
14 <iframe style="width:500px; height:500px" src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-allowall.cgi"></iframe>
15 </body>
16 </html>