Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / sandboxed-iframe-attribute-parsing-04.html
blob613cf1bf1df4c3898adc1d092424bd2477f5f84a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src='resources/sandboxed-iframe-attribute-test.js'></script>
5 </head>
6 <body>
7 <p>Tab characters before and after attribute value</p>
8 <iframe sandbox=" allow-scripts allow-same-origin"
9 src="resources/sandboxed-iframe-attribute-parsing-allowed.html">
10 </iframe>
11 </body>
12 </html>