Testing Statement #12 Below of Section 5.3.6 of CSS1 Spec

PASS CRITERIA:

If statement #12 above is passed, this paragraph should have a flag image which is to the top left of this paragraph text. The rule applied is "#id1 {background-position: top left}".

This paragraph should have a flag image which should be to the left top of this paragraph text. It should look like the paragraph above. The rule applied is "#id2 {background-position: left top}".

This paragraph should have a flag image which should be to the upper left corner of this paragraph text. It should look like the paragraph above. The rule applied is "#id3 {background-position: 0%0%}".

The rule applied also for all three paragraphs above is "p {background-image: url(flagbg.gif)}".