Testing Statement #2 Below of Section 5.5.9 of CSS1 Spec

PASS CRITERIA:

If statement #2 above is passed, this paragraph should have a left padding of 0. The rule applied is "p {padding-left: }". So the padding-left property applies to the "p" element.

This h3 element should have a left padding of 2em This emphasized text should have a left padding of UA-default, since the padding left property is not inherited, and "em" is a child of 'h3". No explicit rule is applied for "em". THe rule applied is 'h3 {padding-left: 2em}". So the padding left property applies to em and h3.

THis h4 element should have a left padding which is 4em. The rule applied is "padding-left: 4em". So the padding left property applies to h4.

This strong text should have a left padding of 6em ; so the padding left property applies to the strong element. The rule applied is "strong {padding-left: 6em}".
This blockquote element should have a left padding of 50% of that of its parent (body element). The rule applied is "blockquote {padding-left: 50%}", which should be UA-default.
All other properties of this page should be UA-default.