OLD | NEW |
1 This div should have a horizontal repeating background | 1 This div should have a horizontal repeating background (background-repeat:repeat
-x) |
2 Pass | 2 This div should have a vertical repeating background (background-repeat:repeat-y
) |
| 3 This div should have a horizontal repeating background (background-repeat-y:no-r
epeat) |
| 4 This div should have a vertical repeating background (background-repeat-x:no-rep
eat) |
| 5 This div should have vertical and horizontal repeating background () |
| 6 This div should have vertical and horizontal repeating background (background-re
peat-x:repeat; background-repeat-y:repeat) |
| 7 This div should have a horizontal repeating background (background-repeat: no-re
peat; background-repeat-x:repeat) |
| 8 This div should have a vertical repeating background (background-repeat: no-repe
at; background-repeat-y:repeat) |
| 9 This div should have a vertical and horizontal repeating background (background-
repeat: repeat;) |
| 10 This div should have vertical and horizontal repeating background (background-re
peat-x:repeat; background-repeat-y:repeat) |
| 11 This div should have no repeating background () |
| 12 This div should have no repeating background (background-repeat-x:no-repeat; bac
kground-repeat-y:no-repeat) |
| 13 Passed |
OLD | NEW |