From: Matthias Clasen Date: Thu, 15 Mar 2018 17:38:41 +0000 (-0400) Subject: Update the expected results in the testsuite X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~968^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=55d35dd13e01a9397f8f19bc40a6f390abaf2154;p=gtk4.git Update the expected results in the testsuite 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. --- 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); }