css parser tests: Drop tests for -gtk-gradient

No longer needed.
This commit is contained in:
Matthias Clasen 2017-03-31 12:36:33 -04:00
parent 7f08336108
commit 7d7b45cac0
7 changed files with 0 additions and 29 deletions

View File

@ -319,12 +319,6 @@ test_data = \
declarations-valid-17.ref.css \
declarations-valid-18.css \
declarations-valid-18.ref.css \
declarations-valid-19.css \
declarations-valid-19.ref.css \
declarations-valid-20.css \
declarations-valid-20.ref.css \
declarations-valid-21.css \
declarations-valid-21.ref.css \
declarations-valid-22.css \
declarations-valid-22.ref.css \
declarations-valid-23.css \

View File

@ -1,3 +0,0 @@
* { background-image: -gtk-gradient (linear,
left top, right top,
from (#fff), to (#000)) }

View File

@ -1,3 +0,0 @@
* {
background-image: -gtk-gradient (linear, left top, right top, from (rgb(255,255,255)), to (rgb(0,0,0)));
}

View File

@ -1,5 +0,0 @@
* { background-image: -gtk-gradient (linear,
0.0 0.5, 0.5 1.0,
from (#fff),
color-stop (0.5, #f00),
to (#000)) }

View File

@ -1,3 +0,0 @@
* {
background-image: -gtk-gradient (linear, left center, center bottom, from (rgb(255,255,255)), color-stop (0.5, rgb(255,0,0)), to (rgb(0,0,0)));
}

View File

@ -1,6 +0,0 @@
* { background-image: -gtk-gradient (radial,
center center, 0.25,
center center, 0.75,
color-stop (0.0,#fff),
color-stop (1.0,#000))}

View File

@ -1,3 +0,0 @@
* {
background-image: -gtk-gradient (radial, center center, 0.25, center center, 0.75, from (rgb(255,255,255)), to (rgb(0,0,0)));
}