Testing Statement #3 Below of Section 5.6.4 of CSS1 Spec

3. The "list-style-image' property sets the image that will be used as the list-item marker. When the image is available it will replace the marker set with the list-style-type marker.

PASS CRITERIA:

If statement #3 above is passed, then:

  1. This list item should have an oval button marker; the rule applied is "ol {list-style-image: url(ovalbbut.gif); list-style-type: circle}". Since this image should be available, it will be used in place of circle.
All other properties of this page should be UA-default.