Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / paste-text-with-style-2-expected.txt
blobae1bff9aa1c52b7ffa98d9dc3a65888b348606df
1 This tests copying and pasting text does not result in nested style elements such as b, em, and font.
2 To manually test, copy and paste "hello world" below. WebKit should not nest b, i, u, and font.
4 Before copy-paste:
5 | <b>
6 |   <i>
7 |     <u>
8 |       <font>
9 |         color="red"
10 |         "<#selection-caret>hello world"
12 After copy-paste:
13 | <b>
14 |   <i>
15 |     <u>
16 |       <font>
17 |         color="red"
18 |         "hello world<#selection-caret>"
19 | <br>