Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / sandboxed-iframe-attribute-parsing-10.html
blob5106d6b276abe271eccc94974d05112e1c7b516a
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="allowScripts allow-same-origin"
9 src="resources/sandboxed-iframe-attribute-parsing-disallowed.html">
10 </iframe>
11 </body>
12 </html>