Testing Statement #9 of Section 6.3 of CSS1 Spec

PASS CRITERIA:

If statement #9 above is passed, this paragraph should be red. The rule applied is "#id1 {color: rgb(255,0,0)}", which is within normal limits, so is not clipped.

This paragraph should also be red. The rule applied is "#id2 {color: rgb(300,0,0)}", which is clipped to (255,0,0).

This paragraph should also be red. The rule applied is "#id3 {color: rgb(110%,0%,0%)}", which is clipped to (100%,0%,0%).

All other properties of this page should be UA-default.