Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / paste-text-with-style-3-expected.txt
blobe6ef73a2507c211c677e58293bebe2e4e50a2299
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 "hello world" below and paste it in the box below. WebKit should not nest b, i, u, and font.
4 Before copy:
5 | <i>
6 |   "hello"
8 After paste:
9 | <i>
10 |   "hello<#selection-caret>"
11 | <font>
12 |   size="5"
13 |   <u>
14 |     <br>