1 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=73888">bug
73888</a>:
2 Kill ring is not cleared when selection changes.
</p>
4 <div contenteditable id=ce
>
23 if (window
.testRunner
) {
24 testRunner
.dumpAsText();
25 document
.getElementById("ce").focus();
26 testRunner
.execCommand("moveDown");
27 testRunner
.execCommand("deleteToEndOfParagraph");
28 testRunner
.execCommand("deleteToEndOfParagraph");
29 testRunner
.execCommand("moveDown");
30 testRunner
.execCommand("deleteToEndOfParagraph");
31 testRunner
.execCommand("deleteToEndOfParagraph");
32 testRunner
.execCommand("moveDown");
33 testRunner
.execCommand("yank");
35 document
.write("This test only runs in automatic mode");