diff --git a/debian/patches/Update-css-node-tests.patch b/debian/patches/Update-css-node-tests.patch new file mode 100644 index 0000000000..c98560be8f --- /dev/null +++ b/debian/patches/Update-css-node-tests.patch @@ -0,0 +1,30 @@ +From: Matthias Clasen +Date: Tue, 5 Feb 2019 09:32:57 -0500 +Subject: Update css node tests + +The GtkSwitch now has two image nodes. + +(cherry picked from commit df77965153c1f1940407c167e92b56b19e0a3769) +--- + testsuite/css/nodes/buttons.nodes | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git a/testsuite/css/nodes/buttons.nodes b/testsuite/css/nodes/buttons.nodes +index 418a132..e19da6a 100644 +--- a/testsuite/css/nodes/buttons.nodes ++++ b/testsuite/css/nodes/buttons.nodes +@@ -13,9 +13,13 @@ + radio:dir(ltr) + label:dir(ltr) + switch:dir(ltr):checked +- slider ++ slider:dir(ltr):checked ++ image:dir(ltr):checked ++ image:dir(ltr):checked + switch:dir(ltr) + slider ++ image:dir(ltr) ++ image:dir(ltr) + button.text-button:dir(ltr) + label:dir(ltr) + button.image-button:dir(ltr) diff --git a/debian/patches/series b/debian/patches/series index a84f98337d..215444406a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ reftest-known-fail.patch Don-t-test-default-constructed-GdkPixbuf-properties.patch Revert-Update-some-a11y-test-results.patch Revert-Update-a11y-test-output.patch +Update-css-node-tests.patch