gtk/testsuite/css/parser/cross-fade-crash-4101.css
Benjamin Otte a76f515569 cssimagecrossfade: Don't abort() when failing to parse image
The code wasn't checking if parsing an image failed and just returning
success.

Testcase from bug is attached.

Fixes #4101
2021-07-16 17:50:09 +02:00

4 lines
83 B
CSS

a {
background: cross-fade(8% -gtk-icontheme("system-run-symbolic"), image());
}