reftests: Fix linear-gradient reftest

... and add it to the Makefile
This commit is contained in:
Benjamin Otte 2012-10-27 02:40:14 +02:00
parent 6821a8f7b2
commit 1e08fe8646

View File

@ -32,7 +32,7 @@
}
#reference #c {
background-image: linear-gradient(to bottom, red, green 10px, red 20px, green 30px, red 40px);
background-image: repeating-linear-gradient(to bottom, red, green 10px, red 20px, green 30px, red 40px);
}
#d {