2 <p>Copying and pasting the text below in place should not crash.
</p>
3 <textarea id=
"test" style=
"white-space:nowrap">line1
6 <p id=
"results">FAILED
</p>
8 <script src=
"../editing.js"></script>
10 function editingTest()
12 document
.getElementById("test").focus();
13 execSelectAllCommand();
16 document
.getElementById("results").innerText
= "PASSED";
19 runDumpAsTextEditingTest(false);