7 if (window
.testRunner
) {
8 testRunner
.dumpAsText();
9 testRunner
.dumpChildFramesAsText();
12 <p>This test verifies that shared workers are not available in a sandboxed iframe.
</p>
13 <iframe sandbox=
"allow-scripts" srcdoc=
"
16 var s = new SharedWorker('http://127.0.0.1:8080/fast/frames/resources/sandboxed-iframe-workers.js');
17 console.log('FAIL: SharedWorker creation should have thrown an exception.');
19 console.log('PASS: SharedWorker creation threw \'' + e + '\'.');