blob: 613cf1bf1df4c3898adc1d092424bd2477f5f84a [file] [log] [blame]
mkwst@chromium.orgb9f32142013-01-02 19:27:53 +00001<!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>