This test continues to validate the ol element. This reftest is necessary because the values of the ol's li children as calculated and displayed by the user agent are NOT systematically available programatically. Only explicitly-set values are available programatically. Therefore, we need to check actual rendering against expected rendering.

This reftest passes if each list's items are numbered identically to the horizontal sequence immediately above those list items.

(Note: each list item has no content; only the sequencing should appear.)

4, 5, 6 (ol has start attribute of 2 which is overridden by first list item's value attribute of 4)

4.

5.

6.

4, 5, 6 (ol has start attribute of -10 which is overridden by first list item's value attribute of 4)

4.

5.

6.

1, 5, 6 (2nd list item has value attribute of 5)

1.

5.

6.

-1, -5, -4 (list has a start attribute of -1, and 2nd list item has value attribute of -5)

-1.

-5.

-4.