mkwst@chromium.org | b9f3214 | 2013-01-02 19:27:53 +0000 | [diff] [blame] | 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> |