diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-24 15:18:02 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-24 15:18:02 -0400 |
commit | 7ce964a45588eee90f2fa99a433f1802b809aafa (patch) | |
tree | 097298c7d3a3a9351ba9fb9dac5ddee2ed521df6 /testsuite/reftests | |
parent | 8871327b0810b0481439916e79a16d4925c13bac (diff) | |
download | gtk+-7ce964a45588eee90f2fa99a433f1802b809aafa.tar.gz |
reftests: Avoid decorations
Window decorations always cause trouble between ci
and local test runs, so turn them off for the
background-color-transparent reftest.
Diffstat (limited to 'testsuite/reftests')
-rw-r--r-- | testsuite/reftests/background-color-transparent.ref.ui | 1 | ||||
-rw-r--r-- | testsuite/reftests/background-color-transparent.ui | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/reftests/background-color-transparent.ref.ui b/testsuite/reftests/background-color-transparent.ref.ui index 507cc1b03c..dd4d2ec07e 100644 --- a/testsuite/reftests/background-color-transparent.ref.ui +++ b/testsuite/reftests/background-color-transparent.ref.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <object class="GtkWindow" id="window1"> + <property name="decorated">0</property> <child> <object class="GtkGrid" id="grid1"> <child> diff --git a/testsuite/reftests/background-color-transparent.ui b/testsuite/reftests/background-color-transparent.ui index b0106d3562..87dc7951e3 100644 --- a/testsuite/reftests/background-color-transparent.ui +++ b/testsuite/reftests/background-color-transparent.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <object class="GtkWindow" id="window1"> + <property name="decorated">0</property> <child> <object class="GtkGrid" id="grid1"> <child> |