Back to Chromium

Smart paste when pasting a word with trailing whitespace after a word and a space before another word.

third_party/blink/web_tests/editing/pasteboard/smart-paste-003-trailing-whitespace.html

149.0.7827.2394 B
Original Source

Smart paste when pasting a word with trailing whitespace after a word and a space before another word.

To run this test manually, select "hello " (including trailing space), copy, and paste.

Expected result

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

Actual result

hello world