Testing Statement #3 Below of Section 5.5.3 of CSS1 Spec
-
3. The "margin-bottom" property sets the bottom 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 bottom margin
of -10px (negative value).
The rule applied is "p {margin-bottom: -10px}".
All other properties of this page should be UA-default.