Testing Statement #3 Below of Section 5.6.3 of CSS1 Spec
3. The "list-style-type" property is used to determine the appearance of the
list-item marker if "list-style-image" is none or if the image pointed to by
the URL cannot be specified.
PASS CRITERIA:
If statement #3 above is passed, then:
-
This list item should have a marker of circle; the rule applied is
"#id1 {list-style-image: none; list-style-type: circle}" applied to ol
-
This list item should have a marker of square; the rule applied is
"#id2 {list-style-image: url(any.gif); list-style-type: square;}" where
any.gif is not available. This rule is applied to ol
-
This list item should have a marker of oval button; the rule applied is
"#id3 {list-style-image: url(ovlabbut.gif); list-style-type: decimal;}"
where ovalbbut.gif should be available, so it is used. This rule is
applied to ol.
All other properties of this page should be UA-default.