2 This test passes if it doesn't crash.
5 testRunner
.dumpAsText();
8 window
.onload=function(){
9 document
.execCommand("SelectAll");
10 document
.designMode
="on";
11 document
.execCommand("Indent");
12 document
.execCommand("InsertOrderedList", false);
15 // This constant is somewhat magic. It's the smallest constant such that
16 // we'll exceed the maxium call stack size.
18 document
.removeEventListener("DOMSubtreeModified", handler
, false);
19 document
.execCommand("outdent", false);
21 document
.addEventListener("DOMSubtreeModified", handler
, false);