Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / lists / ol-reversed-simple-expected.txt
blobb7f9e6e452ad197f2801186657d8e6e0eeb84070
1 This tests that reversed lists render properly.
3 5 Five
4 4 Four
5 3 Three
6 2 Two
7 1 One
9 This tests that reversed lists with a custom start value render properly.
11 10 Ten
12 9 Nine
13 8 Eight
14 7 Seven
15 6 Six
17 This tests that reversed lists with explicit item values render properly.
19 5 Five
20 4 Four
21 2 Two
22 1 One
23 0 Zero
25 This tests that reversed lists with a custom start value and explicit item values render properly.
27 10 Ten
28 9 Nine
29 3 Three
30 2 Two
31 1 One
32 3 Three
33 2 Two
34 1 One
36 This tests that reversed lists with a negative start value render properly.
38 -5 Minus Five
39 -6 Minus Six
40 -7 Minus Seven
41 -8 Minus Eight
42 -9 Minus Nine
44 This tests that reversed lists have the start attribute equals the number of list items when no start value is specified.
46 Value of start attribute of the list is : 5