Cherry-pick Update-css-node-tests.patch:

- Update test for GtkSwitch changes

Gbp-Dch: Full
This commit is contained in:
Jeremy Bicha
2019-02-05 11:15:12 -05:00
parent 11410fbd5e
commit 815054d562
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,30 @@
From: Matthias Clasen <mclasen@redhat.com>
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)

View File

@ -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