5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
11 document
.designMode
= "on";
12 document
.execCommand("SelectAll", false, null);
13 document
.execCommand("strikethrough", false, null);
14 document
.body
.innerHTML
= 'This tests ApplyStyleCommand::fixRangeAndApplyInlineStyle does not crash when startNode is body.<br>PASS';
15 testRunner
.notifyDone();
19 <body onload=
"go()"><div><img></div></body>