Testing First Statement of Section 5.3.5 of CSS1 Spec
-
1. If a background image is specified, the value of "background-repeat"
determines if it is fixed with regard to the canvas or if it scrolls along
with the content.
PASS CRITERIA:
If statement #1 above is true, then:
This h3 heading has a flag image which is fixed with respect to the
canvas (does not scroll).
The rules applied are "h3 {background-image: url(flagbg.gif);
background-attachment: fixed;}"
This h4 heading has an oval button image which scrolls with respect
to the canvas.
The rules applied are "h4 {background-image: url(ovalbbut.gif);
background-attachment: scroll;}".
All other properties of this page should be UA-default.