mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
css parser tests: Drop tests for -gtk-gradient
No longer needed.
This commit is contained in:
parent
7f08336108
commit
7d7b45cac0
@ -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 \
|
||||
|
@ -1,3 +0,0 @@
|
||||
* { background-image: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (#fff), to (#000)) }
|
@ -1,3 +0,0 @@
|
||||
* {
|
||||
background-image: -gtk-gradient (linear, left top, right top, from (rgb(255,255,255)), to (rgb(0,0,0)));
|
||||
}
|
@ -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)) }
|
@ -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)));
|
||||
}
|
@ -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))}
|
||||
|
@ -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)));
|
||||
}
|
Loading…
Reference in New Issue
Block a user