blob: 3704af671d2551c85329bd1188267336e5a9c2b8 [file] [log] [blame]
<body>
</body>
<SCRIPT>
if (window.testRunner)
window.testRunner.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>