4 testRunner
.dumpAsText();
5 document
.designMode
= "on";
6 document
.execCommand('selectall');
7 document
.execCommand('insertimage');
8 document
.execCommand('insertorderedlist');
9 document
.body
.innerHTML
= "PASSED - this test case didn't ASSERT, bug 19066";