summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/cross-fade-crash-4101.css
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/css/parser/cross-fade-crash-4101.css')
-rw-r--r--testsuite/css/parser/cross-fade-crash-4101.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/css/parser/cross-fade-crash-4101.css b/testsuite/css/parser/cross-fade-crash-4101.css
new file mode 100644
index 0000000000..79180f9232
--- /dev/null
+++ b/testsuite/css/parser/cross-fade-crash-4101.css
@@ -0,0 +1,3 @@
+a {
+ background: cross-fade(8% -gtk-icontheme("system-run-symbolic"), image());
+}