blob: bf28e5255d07137bcd79201b6f1f84c186444fe0 [file] [log] [blame]
<html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</script>
<body>
<p>This test verifies that sandboxed iframe has XmlHttpRequest access
to the server that accepts all domains. It will print &quot;PASS&quot; on success.</p>
<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;">
</iframe>
</body>
</html>