Testing Statement #1 Below of Section 5.6.5 of CSS1 Spec
-
1. "list-style-position" has possible values of "inside | outside".
PASS CRITERIA:
If statement #1 above is passed, then:
-
This list item should have list style position of outside; the rule applied
is "ul {list-style-position: outside}"
-
This list item should have list style position of inside; the rule applied
is "ol {list-style-position: inside}"
All other properties of this page should be UA-default.