3 testRunner
.dumpEditingCallbacks();
7 border:
1px solid blue;
11 <p>This test makes sure that content inside a Mail blockquote in an incoming fragment isn't pulled out of the blockquote during paste.
</p>
12 <p><b>You should see 'bar' inside a blockquote (it will have a blue border around it if it is).
</b></p>
14 <div id=
"test" contenteditable=
"true"></div>
17 var s
= window
.getSelection();
18 var e
= document
.getElementById("test");
22 document
.execCommand("InsertHTML", false , "<blockquote type='cite'>bar</blockquote>");