1 Buggy code before fix would insert blockquote after body element in second paste
10 word-wrap: break-word;
11 -khtml-nbsp-mode: space;
12 -khtml-line-break: after-white-space;
37 | "baz<#selection-caret>"
42 | src="../../resources/dump-as-markup.js"
47 document.execCommand("SelectAll");
48 document.execCommand("Cut");
49 document.execCommand("Paste");
50 document.execCommand("Paste");
51 Markup.description("Buggy code before fix would insert blockquote after body element in second paste");