Testing Statement #1 Below of Section 5.5.3 of CSS1 Spec
-
1. "margin-bottom" has possible values of "length | percentage | auto."
PASS CRITERIA:
If statement #1 above is passed, this paragraph should have a bottom margin
of 3px. The rule applied is "p {margin-bottom: 3px}".
This h3 element should have a bottom margin of 10%.
The rule applied is "h3 {margin-bottom: 10%}".
This h4 element should have a bottom margin of auto.
The rule applied is "h4 {margin-bottom: auto}".
All other properties of this page should be UA-default.