Testing Statement #6 Below of Section 5.5.24 of CSS1 Spec
6. CSS1 core: UAs may ignore the height property if the element is not a replaced
element.
PASS CRITERIA:
If statement #6 above is passed, this paragraph should have a height of 400px
or UA-default, since "p" is not a replaced element.
The rule stated is "p {height: 400px}".
All other properties of this page should be UA-default.