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..6eb79b25eebaa0d48fe4ae60ce72adb93ce2d674 |
--- /dev/null |
+++ b/LayoutTests/editing/pasteboard/copy-text-with-wrapped-tag-expected.txt |
@@ -0,0 +1,13 @@ |
+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>" |