Testing Statement #3 Below of Section 5.6.6 of CSS1 Spec

3. The list-style property is a shorthand notation for setting the three properties list-style-type, list-style-image and list-style-position at the same place in the style sheet.

PASS CRITERIA:

If statement #3 above is passed, then:

  1. This list item should have list style of inside lower-roman. The rule applied is "#id1 {list-style: lower-roman inside url(any.gif)}" applied to ol; any.gif is not available
  1. This list item should have list-style-type of lower-roman, list style image of url(any.gif)(NOT AVAILABLE), and list-style position of inside. It should look like the list item above. The rule applied is "#id2 {list-style-type: lower-roman; list-style-image: url(any.gif); list-style-position: inside}" applied to ol
All other properties of this page should be UA-default.