4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.dumpChildFramesAsText();
12 <p>This test verifies that sandboxed iframe does not have XmlHttpRequest access to
13 its server with
"Access-Control-Allow-Origin" set to its own origin (
127.0.0.1).
</p>
15 <p>This test will print
"PASS
" on success.
</p>
17 <iframe sandbox=
"allow-scripts"
18 src=
"http://127.0.0.1:8000/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-without-wildcard-iframe.html" style=
"width: 500px;">