upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / lists / ol-reversed-simple-expected.txt
1 This tests that reversed lists render properly.
2
3 5 Five
4 4 Four
5 3 Three
6 2 Two
7 1 One
8
9 This tests that reversed lists with a custom start value render properly.
10
11 10 Ten
12 9 Nine
13 8 Eight
14 7 Seven
15 6 Six
16
17 This tests that reversed lists with explicit item values render properly.
18
19 5 Five
20 4 Four
21 2 Two
22 1 One
23 0 Zero
24
25 This tests that reversed lists with a custom start value and explicit item values render properly.
26
27 10 Ten
28 9 Nine
29 3 Three
30 2 Two
31 1 One
32 3 Three
33 2 Two
34 1 One
35
36 This tests that reversed lists with a negative start value render properly.
37
38 -5 Minus Five
39 -6 Minus Six
40 -7 Minus Seven
41 -8 Minus Eight
42 -9 Minus Nine
43
44 This tests that reversed lists have the start attribute equals the number of list items when no start value is specified.
45
46 Value of start attribute of the list is : 5