Testing Statement #1 Below of Section 5.5.10 of CSS1 Spec

PASS CRITERIA:

If statement #1 above is passed, this paragraph should have padding of 1em all around. The rule applied is "p {padding: 1em}".

This paragraph should have a 1em padding vertically and a 3em padding horizontally. The rule applied is "#id2 {padding: 1em 3em}".

This paragraph should have a top padding of 1em, a right padding of 3em, a bottom padding of 50% (relative to parent), and a left padding of 3em. The rule applied is "#id3 {padding: 1em 3em 50%}".

This paragraph should have a top padding of 1em, a right padding of 3em, a bottom padding of 50% (relative to parent), and a left padding of 150% (relative to parent). The rule applied is "#id4 {padding: 1em 3em 50% 150%}".

All other properties of this page should be UA-default.