Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / switch-multiple-list-items-expected.txt
blob50a69905acfe1861681eeaf1fe96eb582294f8b1
1 This tests switching the list type of multiple list items at once. WebKit should not crash.
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>