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