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