Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / access-control-sandboxed-iframe-allow-origin-null.html
blob7636cce4222fb4bce1e549d3ef506c7fb89504ed
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-origin-null-iframe.html" style="width: 500px;">
15 </iframe>
17 </body>
18 </html>