Testing Statement #3 Below of Section 5.5.12 of CSS1 Spec
-
3. The "border-right-width" property sets the width of an element's right border.
Otherwise it is equivalent to the border-top-width.
PASS CRITERIA:
NOTE: border-style of dotted applies to all cases below.
If statement #3 above is passed, this paragraph should have a right border
width of thick. The rule applied is "p {border-right-width: thick}".
This h3 element should also have a thick right border width, which should
be the same as the paragraph above, regardless of font size.
The rule is "h3 {border-right-width: thick}".
This h4 element should have a UA-default border right width.
The rule stated is "h4 {border-right-width: -5px}", which should be ignored
since the value is negative.
All other properties of this page should be UA-default.