forked from AuroraMiddleware/gtk
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%);
|
|
}
|