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

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

Issue 753573003: Copy and paste sometimes removes spaces between words. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/pasteboard/copy-text-with-wrapped-tag-expected.txt
diff --git a/LayoutTests/editing/pasteboard/copy-text-with-wrapped-tag-expected.txt b/LayoutTests/editing/pasteboard/copy-text-with-wrapped-tag-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..75aa985b757d31feeb93578ceaab62877aa0878a
--- /dev/null
+++ b/LayoutTests/editing/pasteboard/copy-text-with-wrapped-tag-expected.txt
@@ -0,0 +1,20 @@
+This tests to make sure that copying and pasting a text followed by an anchor tag wrapped into 2nd line do not lose the space between text and tag in the destination.
+
+Original:
+| "Copy this text "
+| <a>
+| href="http://www.google.com"
+| "AVeryLongWordThatWillWrap"
+
+Pasted:
+| "Copy this text "
+| <a>
+| href="http://www.google.com"
+| "AVeryLongWordThatWillWrap<#selection-caret>"
+
+Pasted2:
+| "Copy multiple spaces "
+| <a>
+| href="http://www.google.com"
+| "AVeryLongWordThatWillWrap<#selection-caret>"
+| <br>

Powered by Google App Engine
This is Rietveld 408576698