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