Testing Statement #4 Below of Section 5.5.10 of CSS1 Spec
-
4. If four values are specified they apply to top, right, bottom, and
left respectively. If there is only one value, it applies to all sides, if
there are two or three, the missing values are taken from the opposite side.
PASS CRITERIA:
If statement #4 above is passed, this paragraph should have padding of 1em all
around. The rule applied is "p {padding: 1em}".
This h3 heading should have 1em padding vertically and 2em padding
horizontally.
The rule applied is "h3 {padding: 1em 2em}".
This h4 heading should have 1em top padding, 2em right padding, 3em bottom
padding, and 2em left padding.
The rule applied is "h4 {padding: 1em 2em 3em}".
This blockquote element should have 1em top padding, 2em right padding,
3em bottom padding, adn 4em left padding.
The rule applied is "blockquote {padding: 1em 2em 3em 4em}".
All other properties of this page should be UA-default.