Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / lists / ol-reversed-dynamic-simple-expected.txt
blob9c39e6c2347efef8085748139824e95e281bf3cd
1 This tests that changing the "reversed" property updates markers.
3 5 Five
4 4 Four
5 3 Three
6 2 Two
7 1 One
9 This tests that changing the "reversed" attribute updates markers.
11 5 Five
12 4 Four
13 3 Three
14 2 Two
15 1 One
17 This tests that adding new items to a reversed list updates markers.
19 7 Seven
20 6 Six
21 5 Five
22 -> 4 Four
23 3 Three
24 2 Two
25 1 One
27 This tests that removing existing tems from a reversed list updates markers.
29 5 Five
30 4 Four
31 3 Three
32 2 Two
33 1 One