Testing Statement #3 Below of Section 5.5.1 of CSS1 Spec
-
3. The "margin-top" property sets the top margin of an element. A negative value
is allowed, but there may be implementation-specific limits.
PASS CRITERIA:
If statement #3 above is passed, this paragraph should have a margin top
of -2em (negative value).
The rule applied is "p {margin-top: -2em}".
All other properties of this page should be UA-default.