1 <p>This tests for a crash when outdenting an indented paragraph. You should see 'foo' in a single level list item.
</p>
2 <div contenteditable=
"true"><ul><ul><li id=
"li">foo
<br></li></ul></ul></div>
6 window
.testRunner
.dumpAsText();
8 var li
= document
.getElementById("li");
9 var sel
= window
.getSelection();
11 sel
.collapse(li
, li
.childNodes
.length
);
12 document
.execCommand("Outdent");