2 if (window.testRunner) {testRunner.dumpAsText();}
3 document.designMode='on';
4 document.execCommand('selectall');
5 document.execCommand('italic');
6 document.execCommand('RemoveFormat');
7 document.designMode= 'off';
8 document.execCommand('Undo');
9 document.designMode ='on';
10 document.execCommand('inserthtml', false);
11 document.body.innerHTML='PASS';">x