summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/background-image.ref.css
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-03-15 13:38:41 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-03-15 13:38:41 -0400
commit55d35dd13e01a9397f8f19bc40a6f390abaf2154 (patch)
tree202a6973a38f0b16483b4f7686d6e1f0b598e2c3 /testsuite/css/parser/background-image.ref.css
parenta4c2819f91e9c5b93a8dbc88d2c2bcf8704354ab (diff)
downloadgtk+-css-image-scaled.tar.gz
Update the expected results in the testsuitecss-image-scaled
the -gtk-scaled() change in the previous commit makes it so that we now print out the scale factors. Update the expected output of affected tests to take that into account.
Diffstat (limited to 'testsuite/css/parser/background-image.ref.css')
-rw-r--r--testsuite/css/parser/background-image.ref.css2
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);
}