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