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
/
execCommand
/
format-block-from-range-selection-expected.txt
blob
aa6851045e41a0cfc1d58d0f6c392095bf759c6b
1
This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags.
2
3
before FormatBlock:
4
| "
5
"
6
| <pre>
7
| id="start"
8
| "Fo<#selection-anchor>o"
9
| "
10
"
11
| <div>
12
| "bar"
13
| <br>
14
| <span>
15
| "baz"
16
| <br>
17
| "raz"
18
| "
19
dar
20
"
21
| <br>
22
| "
23
"
24
| <address>
25
| id="end"
26
| "ya<#selection-focus>r"
27
| "
28
"
29
30
after FormatBlock:
31
| "
32
"
33
| <dl>
34
| "Fo<#selection-anchor>o"
35
| <br>
36
| "bar"
37
| <br>
38
| <span>
39
| "baz"
40
| <br>
41
| "raz"
42
| <br>
43
| "
44
dar"
45
| <br>
46
| "
47
"
48
| "yar<#selection-focus>"
49
| "
50
"
51
| "
52
"
53
| "
54
"