5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
12 document
.designMode
= 'on';
13 document
.execCommand('selectall');
14 document
.execCommand('bold');
15 document
.body
.offsetTop
;
16 document
.body
.innerHTML
= "PASS. WebKit didn't crash";
17 if (window
.testRunner
)
18 testRunner
.notifyDone();
24 <iframe src=
"data:"></iframe>