gtk/testsuite/reftests/css-radial-gradient-colorstop-crash.css
Benjamin Otte 46f8600b6a css: Don't crash when color stop offsets descend
Testcase included.

Fixes #4424
2021-11-10 17:28:14 +01:00

8 lines
109 B
CSS

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