Testing Statement #3 Below of Section 6.1 of CSS1 Spec
-
3. If a negative lentgh value cannot be supported, it should be clipped to the
nearest value that can be supported.
PASS CRITERIA:
If statement #3 above is correct, this paragraph should have a margin of -5px
or a UA-supported value close to -5px.
The rule applied is "p {margin: -5px}".
This h3 heading should have a margin of -40px (a larger negative than above)
or a UA-supported value as close as possible to -40px.
The rule applied is "h3 {margin: -40px}".
All other properties of this page should be UA-default.
This is some other text to more effectively test the implications of this
negative margin property.