Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: LayoutTests/editing/pasteboard/copy-text-with-wrapped-tag-expected.txt

Issue 165083002: Issue 318925: Copy and paste sometimes removes spaces between words (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Issue 318925: Copy and paste sometimes removes spaces between words Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This tests to make sure that copying and pasting a text followed by an anchor ta g wrapped into 2nd line do not lose the space between text and tag in the destin ation.
2
3 Original:
4 | "Copy this text "
5 | <a>
6 | href="http://www.google.com"
7 | "AVeryLongWordThatWillWrap"
8
9 Pasted:
10 | "Copy this text "
11 | <a>
12 | href="http://www.google.com"
13 | "AVeryLongWordThatWillWrap<#selection-caret>"
OLDNEW
« no previous file with comments | « LayoutTests/editing/pasteboard/copy-text-with-wrapped-tag.html ('k') | Source/core/editing/TextIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698