CSS3 Background Color Test

PASS CRITERIA:

If statement above is true, this paragraph should have a background color of red. The rule applied is "#id1 {background-color: red;}"

This paragraph should have a background color of red. It should be the same color as the paragraph above. The rule applied is "#id2 {background-color: ff0000;}"

This paragraph should also have a background color of red. It should be the same color as the paragraph above. The rule applied is "#id3 {background-color: rgb(255,0,0);".

All other properties of this page should be UA-default. This is a paragraph like the one above, but should have UA-default background color.