Testing Statement #1 Below of Section 5.5.6 of CSS1 Spec
-
1. "padding-top" has possible values of "length | percentage".
PASS CRITERIA:
If statement #1 above is passed, this paragraph should have a top padding
of 0.3em. The rule applied is "p {padding-top: 0.3em}".
This h3 heading should have a padding top of 150% (relative to parent).
The rule applied is "h3 {padding-top: 150%}".
All other properties of this page should be UA-default.