blob: 0583cbff515d127ee9fcbef8280729dc60762c97 [file] [log] [blame]
<body>
<script>
if (window.layoutTestController)
layoutTestController.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>