Testing Statement #5 Below of Section 5.5.17 of CSS1 Spec
5. "none" means that no border is drawn (regardless of the "border-width" value).
PASS CRITERIA:
If statement #5 above is passed, this paragraph should have no border drawn
even though the border width stated is 5px.
The rule applied is "p {border-style: none; border-width: 5px}".
All other properties of this page should be UA-default.