blob: a1565bcf4511d5ec534bc2233953c08d50220708 [file] [log] [blame]
<p>This tests for a hang when performing Insert{Un}OrderedList.</p>
<div id="div" contenteditable="true">
<blockquote class="webkit-indent-blockquote">foo</blockquote>
<blockquote class="webkit-indent-blockquote">bar</blockquote>
<blockquote class="webkit-indent-blockquote"><br></blockquote>
<blockquote class="webkit-indent-blockquote"><br></blockquote>
<blockquote class="webkit-indent-blockquote"><br></blockquote>
</div>
<script>
if (window.layoutTestController)
window.layoutTestController.dumpAsText();
var div = document.getElementById("div");
div.focus();
document.execCommand("SelectAll");
document.execCommand("InsertUnorderedList");
</script>