Testing Statement #1 Below of Section 5.5.23 of CSS1 Spec
-
1. For "width", possible values are "length | percentage | auto".
If statement #1 above is passed, this paragraph should have a width of 50px.
The rule applied is "p {width: 50px}".
The image below should have a width of 50% of its parent (p?).
The rule applied is "img {width: 50%}".
This h3 heading should have a width of auto.
The rule applied is "h3 {width: auto}".
All other properties of this page should be UA-default.