1 <script src=
"../../resources/dump-as-markup.js"></script>
2 <div id=
"test" contenteditable
>
4 <ul><li>hello
</li></ul>
6 <ol><li>WebKit
</li></ol>
9 <ul><li>because of you
</li></ul>
13 <script type=
"text/javascript">
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();
18 window
.getSelection().selectAllChildren(document
.getElementById('test'))
19 document
.execCommand('InsertOrderedList', false, null);
21 Markup
.description("This tests hang when listifying nested lists with an orphaned list child in between (see bug 33668).")