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