| <body> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| document.designMode = "on"; | |
| document.execCommand('selectall'); | |
| document.execCommand('insertimage'); | |
| document.execCommand('insertorderedlist'); | |
| document.body.innerHTML = "PASSED - this test case didn't ASSERT, bug 19066"; | |
| </script> |