Testing Statement #1 Below for Section 5.3 of CSS1 Spec

PASS CRITERIA:

If statement #1 above is correct:

This paragraph should be red, with a flag background, scrolling with the page, repeated both horizontally and vertically, and centered. The rules applied are: "P {color: red}", "P {background-repeat: repeat}", "P {background-image: url(flagbg.gif)}", "P {background-attachment: scroll}", and "P {background-position: 50%50%}". These properties define the foreground color (red) and surface to which this element is rendered (background). The background image is a flag.

The background color of this h3 heading should be green. The rule applied is "h3 {background-color: green}".

The background on this blockquote element should be blue repeated and fixed. The rule applied is "blockquote {background: blue repeat fixed}". Note that the background property rule sets a number of detailed properties (refer to "p" element above)
All other properties of this page should be UA-default. To move directly to the next test, click here