repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
editing
/
pasteboard
/
pasting-into-h6-should-not-nest-h6-expected.txt
blob
7473b302b8dee7d30c7af728966db61fa5015abf
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.
3
4
After paste:
5
| "
6
"
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
| "
18
"
19
20
After innerHTML = innerHTML:
21
| "
22
"
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
| "
34
"