Testing Statement #2 Below of Section 5.6.4 of CSS1 Spec

2. "list-style-image" has initial none, it applies to elements with display value list-item, it is inherited, nad percentage values are N/A.

PASS CRITERIA:

If statement #2 above is passed, then:

    1. This list style image should be none (initial value). THe rule applied is "ol ol {list-style-image: }" So the list style image applies to ol and li.
  1. This list style image should be none. The rule applied is to ol is "ol {list-style-image: none}".
  2. This list item should also have a list style image of none, because this property is inherited.
      1. This list item should have a list style image of UA-default. The rule applied is "ul ul ul li {list-style-image: 200%}", which should be ignored since percentages do not apply.
All other properties of this page should be UA-default.