Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / access-control-sandboxed-iframe-allow.html
blobbd03188a62019c743ca7dbac11da70354bffc3a1
1 <html>
2 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.dumpChildFramesAsText();
9 </script>
10 <body>
11 <p>This test verifies that sandboxed iframe has XmlHttpRequest access
12 to the server that accepts all domains. It will print &quot;PASS&quot; on success.</p>
14 <iframe sandbox="allow-scripts" src="http://127.0.0.1:8000/xmlhttprequest/resources/access-control-sandboxed-iframe-allow-iframe.html" style="width: 500px;">
15 </iframe>
17 </body>
18 </html>