3 testRunner
.dumpEditingCallbacks();
5 <p>This test makes sure that content inside a list in an incoming fragment isn't pulled out of the list during paste.
</p>
6 <p><b>You should see 'bar' inside a list item.
</b></p>
8 <div id=
"test" contenteditable=
"true"></div>
11 var s
= window
.getSelection();
12 var e
= document
.getElementById("test");
16 document
.execCommand("InsertHTML", false , "<ul><li>bar</li></ul>");