Testing Statement #1 Below of Section 5.6.4 of CSS1 Spec
1. "list-style-image" has possible values of "url | none".
PASS CRITERIA:
If statement #1 above is passed, then:
-
This list item should have a marker of oval button; the rule applied is
"#id1 {list-style-image: url(ovalbbut.gif)}" applied to ol
-
This list item should have a marker of none (no marker); the rule applied is
"#id2 {list-style-image: none}" applied to ol
All other properties of this page should be UA-default.