Testing Statement #4 Below of Section 5.5.11 of CSS1 Spec
-
4. The keyword widths are constant throughout a documemt.
Border widths cannot be negative.
PASS CRITERIA:
NOTE: border-style of dotted applies to all cases below.
If statement #4 above is passed, this paragraph should have a border top
width of thin.
THe rule applied is "p {border-top-width: thin}".
This h3 heading should also have a border-top-width of thin; the size should
be the same as in the paragraph above.
THe rule applied is "h3 {border-top-width: thin}".
This h4 heading should also have a border-top-width of thin; the size should
be the same as in the h3 heading above.
THe rule applied is 'h4 {border-top-width: thin}".
This blockquote element should have a border top width of UA-default.
The rule stated is "blockquote {border-top-width: -5px}" which should be
ignored since the value is negative.
All other properties of this page should be UA-default.