upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / lists / ol-reversed-dynamic-simple-expected.txt
1 This tests that changing the "reversed" property updates markers.
2
3 5 Five
4 4 Four
5 3 Three
6 2 Two
7 1 One
8
9 This tests that changing the "reversed" attribute updates markers.
10
11 5 Five
12 4 Four
13 3 Three
14 2 Two
15 1 One
16
17 This tests that adding new items to a reversed list updates markers.
18
19 7 Seven
20 6 Six
21 5 Five
22 -> 4 Four
23 3 Three
24 2 Two
25 1 One
26
27 This tests that removing existing tems from a reversed list updates markers.
28
29 5 Five
30 4 Four
31 3 Three
32 2 Two
33 1 One
34