Testing Statement #9 Below of Section 4.1.2 of CSS1 Spec
9. If none of the properties are "auto", the value of "margin-right" will be
assigned "auto".
PASS CRITERIA:
If statement #9 above is passed, then:
-
This list item has a right margin that is "auto" (UA-default).
None of the "edge" properties are set to "auto" in the rules above, so
the value of "margin-right" becomes "auto".
The rules applied are "li {margin-left: 1px;
padding-left: 1px;
border-left: 1px solid;
margin-right: 1px;
padding-right: 1px;
border-right: 1px solid;
}"
All other properties should be UA-default.
To move directly to the next test, click here