8 <script src=
"../../resources/dump-as-markup.js"></script>
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
14 document
.querySelector('textarea').focus();
15 document
.execCommand('SelectAll', false, null);
16 document
.execCommand('Copy', false, null);
18 var input
= document
.querySelector('input');
20 document
.execCommand('Paste', false, null);
22 Markup
.description("This tests pasting a text with an interchange new line at the end. WebKit shouldn't insert a new line.");