Testing Statement #2 Below of Section 6.2 of CSS1 Spec
-
2. Percentage values are always relative to another value, for example a length unit.
PASS CRITERIA:
If statement #2 above is passed, the line height of this paragraph should
be 50% of this element's font size (relative to this value).
THe rule applied is "p {line-height: 50%}"
This h3 heading should be 200% of this element's font size (relative to
this value).
The rule applied is "h3 {line-height: 200%}".
All other properties of this page should be UA-default.