diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/css/parser/background-image.ref.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/css/parser/background-image.ref.css b/testsuite/css/parser/background-image.ref.css index 5f9b3f61f3..c44492fc84 100644 --- a/testsuite/css/parser/background-image.ref.css +++ b/testsuite/css/parser/background-image.ref.css @@ -71,5 +71,5 @@ r { } s { - background-image: -gtk-scaled(-gtk-icontheme("object-select-symbolic"),linear-gradient(rgb(255,255,0), rgb(0,0,255))); + background-image: -gtk-scaled(-gtk-icontheme("object-select-symbolic"),1,linear-gradient(rgb(255,255,0), rgb(0,0,255)),2); } |