Testing Statement #3 Below of Section 5.6.5 of CSS1 Spec
3. The value of list-style-position determines how the list-item marker is drawn
with regard to the content.
PASS CRITERIA:
If statement #3 above is passed, then:
-
This list item is aligned vertically on the left; the rule applied is
"#id1 {list-style-position: outside}"
-
This list item is aligned on the left margin; the rule applied is
"#id2 {list-style-position: inside}"
All other properties of this page should be UA-default.