5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
11 if (window
.testRunner
)
12 testRunner
.notifyDone();
16 document
.body
.innerHTML
= "PASS. WebKit didn't crash.";
17 setTimeout("finish()", 0);
21 <input autofocus=
"" onfocus=
"crash()">