Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / smart-paste-003-trailing-whitespace-expected.txt
blobb5148cdeff4775c2d65d5623f0f4cf95dadc32d4
1 Smart paste when pasting a word with trailing whitespace after a word and a space before another word.
3 To run this test manually, select "hello " (including trailing space), copy, and paste.
5 Expected result
7 A space should be added between the preexisting word and the word that's pasted. No space should be added after the pasted word: hello hello world
9 Actual result
11 execCopyCommand: <div id="test" class="editing" style="font-size: 24px;"> hello world </div>
12 execPasteCommand: <div id="test" class="editing" style="font-size: 24px;"> hello&nbsp;hello&nbsp;world</div>