8 document
.body
.innerHTML
= "PASS: null security context for URL did not crash";
10 testRunner
.notifyDone();
16 setTimeout(crash
, 30);
19 if (window
.testRunner
) {
20 testRunner
.dumpAsText();
21 testRunner
.setCanOpenWindows();
22 testRunner
.setCloseRemainingWindowsWhenComplete(true);
23 testRunner
.waitUntilDone();
26 e
= (w
= open()).eval
;
28 <body onload=
"load()">