3 if (window
.testRunner
) {
4 testRunner
.waitUntilDone();
5 testRunner
.dumpAsText();
15 counter-increment:ctr;
18 <junk>TESTING..
</div><div><div></div>
23 document
.designMode
='on';
24 document
.execCommand('selectall');
25 document
.execCommand('italic');
26 document
.execCommand('removeformat');
28 document
.body
.innerHTML
= "PASS: Counters updated successfully without crashing";
29 testRunner
.notifyDone();