upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / switch-list-type-with-inner-list-expected.txt
1 This tests switching an unordered list with a nested list to an ordered list.
2 | "
3 "
4 | <ol>
5 |   <li>
6 |     "<#selection-anchor>hello"
7 |   "
8     "
9 |   <ol>
10 |     "
11     "
12 |     <li>
13 |       "world"
14 |     "
15     "
16 |   "
17     "
18 |   <li>
19 |     "webkit<#selection-focus>"
20 | "
21 "