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