mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
46f8600b6a
Testcase included. Fixes #4424
8 lines
109 B
CSS
8 lines
109 B
CSS
window {
|
|
background: red;
|
|
}
|
|
|
|
#test {
|
|
background: radial-gradient(circle, red 100%, blue 0%, red 100%);
|
|
}
|