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