Testing Statement #4 Below of Section 6.4

PASS CRITERIA:

If statement #4 above is passed, this paragraph should have a flag pattern background. The rule applied is '#id1 {background: url(flagbg.gif)}". The format here is "url(" then the url itself, followed by a ")".

This paragraph should also have a flag pattern background. The rule applied is '#id2 {background: url( flagbg.gif )}". There is whitespace around the url here.

This paragraph should also have a flag pattern background. The rule applied is "#id3 {background: url('flagbg.gif')}". There is a single quote before and after the url (balanced).

This paragraph should also have a flag pattern background. The rule applied is "#id4 {background: url("flagbg.gif")}". There is a double quote before and after the url(balanced).

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