1 <div contentEditable
><ul><li id='foo'
></li></ul></div>
2 <script src=
"../../resources/dump-as-markup.js"></script>
4 window
.getSelection().setBaseAndExtent(foo
, 0, foo
, 0);
5 // This test passes if it does not crash.
6 document
.execCommand('indent', false, null);
7 document
.getElementById("foo").innerText
= "PASSED";