Testing Statement #1 Below of Section 5.5.1 of CSS1 Spec
-
1. "margin-top" has possible values of "length | percentage | auto."
PASS CRITERIA:
If statement #1 above is passed, this paragraph should have a top margin
of 2em. The rule applied is "p {margin-top: 2em}".
This h3 element should have a top margin of 10%.
The rule applied is "h3 {margin-top: 10%}".
This h4 element should have a top margin of auto.
THe rule applied is "h4 {margin-top: auto}".
All other properties of this page should be UA-default.