blob: 2414d7e8137ee35745d3e7fde83acecb0a4ed5c4 [file] [log] [blame]
<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>