Testing Statement #3 Below of Section 5.3.6 of CSS1 Spec

PASS CRITERIA:

If statement #3 above is passed, then:
This blockquote should be UA-default. The rule applied is "blockquote {background-position: }", which should be the initial value of 0%0%.

This paragraph should have a flag pattern at the top of the eleent. The rule applied is "p {background-position: top}". Thus the background-position property applies to block-level elements. This emphasized text should have no background image and thus not background position since the background position property is not inherited, and 'em" is a child of "p". The image below should have a flag pattern background in the center. The rule applied is "img {background-position: center}". Thus the background-position property applies to replaced elements.

This h3 element should have a flag pattern which is 50% of the size of the element. The rule applied is "h3 {background-position: 50%}".

Note that the rule "blockquote,p,img,h3 {background-image: url(flagbg.gif)" also applies here. All other properties of this page should be UA-default.