4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.dumpChildFramesAsText();
11 <p>This test verifies that sandboxed iframe has XmlHttpRequest access
12 to the server that accepts all domains. It will print
"PASS
" 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;">