Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / sandboxed-iframe-attribute-parsing-09.html
blob5cd219d1b7bccdcff701bc84ac7d448ba7d18018
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src='resources/sandboxed-iframe-attribute-test.js'></script>
5 </head>
6 <body>
7 <p>Misspelling.</p>
8 <iframe sandbox="allow_scripts allow-same-origin"
9 src="resources/sandboxed-iframe-attribute-parsing-disallowed.html">
10 </iframe>
11 </body>
12 </html>