Testing Eighth Testable Statement of Sec 12.5 of CSS2 Specification

PASS CRITERIA:

If statement #8 above is passed, then

  1. increment item(0) =1 (also set item(0) to 0 above)
  2. increment item(0) = 2
    1. increment item(1) = 1(also set item(1) to 0 above)
    2. increment item(1) = 2
    3. increment item(1) = 3
      1. increment item(2) to 1 (also set item(2) to 0 above)
      1. increment item(3) to 1 (also set item(3) to 0 above)
    4. increment item(1) to 4
  3. increment item(0) to 3
  4. increment item(0) to 4
  1. increment item(4) to 1(also reset item(4) to 0)
  2. increment item(4) to 2
Rules applied are "ol { counter-reset: item }", "li { display: block }", "li:before {content: counter(item) ". "; counter-increment: item }

All other properties of this page should be UA-default.