9 testRunner
.dumpAsText();
11 document
.designMode
= 'on';
12 document
.execCommand('SelectAll');
13 document
.execCommand('Strikethrough');
14 document
.execCommand('InsertOrderedList');
15 window
.getSelection().deleteFromDocument();
16 document
.execCommand('SelectAll');
17 document
.execCommand('Strikethrough');
18 document
.write('The test passes if the page does not crash.');