Testing Statement #1 Below of Section 4.1.2 of CSS1 Spec
1. The horizontal position and size of a nonfloating, block-level element is
determined by seven properties: "margin-left", "border-left", "padding-left",
"width", "padding-right", "border-right", and "margin-right." The sum of
these seven is always equal to the "width" of the parent element.
PASS CRITERIA:
If statement #1 is passed, then:
-
This list item should have width of 7px.
Rules applied are: "ul {margin-left: 1px;
border-left: 1px;
padding-left: 1px;
width: 1px;
margin-right: 1px;
border-right: 1px;
padding-right: 1px;
color: red;
}"
Color should be red.
All other properties of this page should be UA-default.
To move directly to the next test, click here