Update the expected results in the testsuite
authorMatthias Clasen <mclasen@redhat.com>
Thu, 15 Mar 2018 17:38:41 +0000 (13:38 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 15 Mar 2018 17:38:41 +0000 (13:38 -0400)
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.

testsuite/css/parser/background-image.ref.css

index 5f9b3f61f3fdc79a2f12590624b0160e81ef2d6b..c44492fc84e7890d778a1a74b9d9fbd6d16bf504 100644 (file)
@@ -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);
 }