gtk2/testsuite/reftests/css-radial-gradient-colorstop-crash.css

8 lines
109 B
CSS
Raw Normal View History

window {
background: red;
}
#test {
background: radial-gradient(circle, red 100%, blue 0%, red 100%);
}