Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script> | |
| 5 if (window.testRunner) { | |
| 6 testRunner.dumpAsText(); | |
| 7 testRunner.dumpChildFramesAsText(); | |
| 8 testRunner.dumpResourceLoadCallbacks(); | |
| 9 } | |
| 10 </script> | |
| 11 </head> | |
| 12 <body> | |
| 13 <p>This tests verifies that 'X-Frame-Options: SAMEORIGIN' blocks | |
| 14 sameorigin.com -> crossorigin.com -> sameorigin.com ancestor chains.</ p> | |
| 15 <p>There should be content in the iframe below, but not in its child frame.< /p> | |
| 16 <iframe style="width:500px; height:500px" src="http://localhost:8000/securit y/XFrameOptions/resources/x-frame-options-parent-same-origin-ancestor.html"></if rame> | |
| 17 </body> | |
| 18 </html> | |
| OLD | NEW |