Testing Statement #4 Below of Section 6.1 of CSS1 Spec
-
4. The two types of lentgh units are relative and absolute.
PASS CRITERIA:
If statement #4 above is true, this paragraph should have a margin of
0.5em ( a relative unit, relative to font size of element).
The rule applied is "p {margin: 0.5em}".
This h3 heading should have a margin of 0.5in ( an absolute unit, according
to display property of this canvas).
The rule applied is "h3 {margin: 0.5in}"
All other properties of this page should be UA-default.