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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
editing
/
execCommand
/
switch-multiple-list-items-expected.txt
blob
50a69905acfe1861681eeaf1fe96eb582294f8b1
1
This tests switching the list type of multiple list items at once. WebKit should not crash.
2
3
One, Two, and Three should all be in a single ol, each followed by a single br.:
4
| <ol>
5
| <li>
6
| "<#selection-anchor>One"
7
| <br>
8
| <li>
9
| "Two"
10
| <br>
11
| <li>
12
| "Three<#selection-focus>"
13
| <br>