blob: 63c5f6a69b624e7e09b625e4eea572dcc455de40 [file] [log] [blame]
<body>
</body>
<SCRIPT>
if (window.layoutTestController)
window.layoutTestController.dumpAsText();
document.designMode = "on";
document.execCommand("SelectAll", false, null);
document.execCommand("InsertUnorderedList", false, null);
document.execCommand("inserthorizontalrule");
// This was triggering an assert because we weren't properly indenting
// block elements in lists.
document.execCommand("indent");
document.execCommand("inserthtml", false, "PASSED");
</SCRIPT>