Testing Statement #5 Below of Section 5.3.4 of CSS1 Spec
-
5. For "background-image", the "repeat-x(repeat-y)" value makes the image repeat
horizontally (vertically), to create a single band of images from one side to
the other.
PASS CRITERIA:
If statement #5 above is true, then:
This h3 heading should have an oval button pattern which is
repeated horizontally.
The rules applied are "h3 {background-image: url(ovalbbut.gif);
background-repeat: repeat-x:]"
This h4 heading should have a flag pattern image which is repeated
vertically.
This h4 heading should have a flag pattern image which is repeated
vertically.
This h4 heading should have a flag pattern image which is repeated
vertically.
This h4 heading should have a flag pattern image which is repeated
vertically.
This h4 heading should have a flag pattern image which is repeated
vertically.
The rules applied are "h4 {background-image: url(flagbg.gif);
background-repeat: repeat-y;}"
All other properties of this page should be UA-default.