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