Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / pasting-into-h6-should-not-nest-h6-expected.txt
blob7473b302b8dee7d30c7af728966db61fa5015abf
1 This tests inserting h6 inside h6 doesn't end up in a nested h6'es.
2 All three lines should be of the same font size. Each line should be of the said color.
4 After paste:
5 | "
7 | <h6>
8 |   id="target"
9 |   style="color: blue"
10 |   "Blue Line 1"
11 |   <br>
12 | <h6>
13 |   "Black Line<#selection-caret>"
14 | <h6>
15 |   style="color: blue"
16 |   "Blue Line 2"
17 | "
20 After innerHTML = innerHTML:
21 | "
23 | <h6>
24 |   id="target"
25 |   style="color: blue"
26 |   "Blue Line 1"
27 |   <br>
28 | <h6>
29 |   "Black Line"
30 | <h6>
31 |   style="color: blue"
32 |   "Blue Line 2"
33 | "