upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / switch-multiple-list-items-expected.txt
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>