Chromium Code Reviews| OLD | NEW |
|---|---|
| (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>" | |
| 14 | |
| 15 Pasted2: | |
| 16 | "Copy multiple spaces " | |
| 17 | <a> | |
| 18 | href="http://www.google.com" | |
| 19 | "AVeryLongWordThatWillWrap<#selection-caret>" | |
| 20 | <br> | |
| OLD | NEW |