Testing Statement #9 Below of Section 5.5.17 of CSS1 Spec
-
9. "double' means that the border is a double line drawn on top of the
background of the element. The sum of the two single lines and the space
between equals the "border-width" value.
PASS CRITERIA:
If statement #9 above is passed, this paragraph should have a border style
of double on a silver background, where the total width of the double line
is 5px.
The rule applied is 'p {border-style: double;
border-width: 5px;
background: silver}".
This h3 element should have a border style of double on a yellow background,
where the width of the double line should be 10px.
The rule applied is "h3 {border-style: double;
border-width: 10px;
background: yellow;}".
All other properties of this page should be UA-default.