Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / paste-text-with-style-4-expected.txt
blob7df4ab741eb26ae8ee9ebab8714895d155d40746
1 This tests copying and pasting text does not remove non-editing style in the destination.
2 To manually test, copy "hello world" below and paste it in the box below. The blue border should stay after the paste.
4 Before copy:
5 | <b>
6 |   style="border: solid 5px blue;padding: 5px;"
7 |   <br>
9 After paste:
10 | <b>
11 |   style="border: solid 5px blue;padding: 5px;"
12 |   <i>
13 |     style="font-weight: normal;"
14 |     "hello<#selection-caret>"
15 |   <br>