The style declarations contained within this page:
.test {background-image: url(pix/smgr-bg.gif);} .cl1 {background-repeat: no-repeat;} .cl2 {background-repeat: repeat-x;} .cl3 {background-repeat: repeat-y;} .cl4 {background-repeat: repeat;} .parent, .inh1 {background-image: url(pix/smgr-bg.gif);} .parent {background-repeat: no-repeat;} .inh1 {background-repeat: repeat;}
[test] This 'p' element should have a green grid as its background, extending through the content-area of the element.
[test cl1] This 'p' element should have a green image in the top left corner of the element's background area.
[test cl2] This 'p' element should have a green stripe running along the top edge of the element's background area.
[test cl3] This 'p' element should have a green stripe running down the left side of the element's background area.
[test cl4] This 'p' element should have a green grid throughout the entirety of the element's background area.
background-image
value. If the background is filled with a green grid, the 'inherit' test has been failed.