Testing Statement #3 Below of Section 5.5.13 of CSS1 Spec
-
3. The "border-bottom-width" property sets the width of an element's bottom border.
Otherwise it is equivalent to the border-top-width.
PASS CRITERIA:
If statement #3 above is passed, this paragraph should have a border bottom
width of thin. The rule applied is 'p {border-bottom-width: thin}".
This h3 heading should have a border bottom width of thin also, which should
be the same as the paragraph above, regardless of the font size.
The rule applied is "h3 {border-bottom-width: thin}".
This h4 heading should have a border bottom width of UA-default.
The rule stated is "h4 {border-bottom-width: -5px}", which should be
ignored since the value is negative.
All other properties of this page should be UA-default.
Your browser should render this page similarly to this
reference image or to thisreference image.