Testing Statement #7 Below of Section 5.5.17 of CSS1 Spec
7. "dashed" means that the border is a dashed line drawn on top of the background
of the element.
PASS CRITERIA:
If statement #7 above is passed, this paragraph should have a border style of
dashed drawn on a lime background.
The rule applied is "p {border-style: dashed;
background: lime;}".
All other properties of this page should be UA-default.