3 Test passes if it does not crash.
4 <input id=
"test" contenteditable=
"true">
5 <script src=
"../editing.js"></script>
8 testRunner
.dumpAsText();
10 var e
= document
.getElementById("test");
11 var s
= window
.getSelection();
13 s
.collapse(e
, e
.childNodes
.length
);
14 insertHTMLCommand("<noscript>baz");