Testing Statement #3 Below of Section 4.1.2 of CSS1 Spec
3. If the element is not a replaced element, the "width" is calculated by the
UA so that the sum of the seven properties mentioned above is equal to the
parent width.
PASS CRITERIA:
If statement #3 above is passed, then:
-
This list item should have a width of 10px (equal to the width of parent
"ul" element). The "li" rules are
"li {margin-left: 1px;
border-left: 1px;
padding-left: 1px;
width: 1px;
margin-right: 1px;
border-right: 1px;
padding-right: 1px;
}".
All other properties should be UA-default.
To move directly to the next test, click here