summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-30 07:42:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-30 11:00:54 -0400
commiteba9cd8775eafa7d94f3823fdc69b6f0c5f57cc9 (patch)
treec19c32dde264fe18cb8393e44d2115e3b7f13bf9
parent9606945ed8f8822d7b92170a9cd0ab059b7932b4 (diff)
downloadgtk+-eba9cd8775eafa7d94f3823fdc69b6f0c5f57cc9.tar.gz
Disable the label-background reftest
It makes assumptions about text positioning that are not holding with subpixel positioning. There is no guarantee that the next word in a multi-word text starts on an even pixel boundary, as it does when you break the text into multiple, separately rendered blocks.
-rw-r--r--testsuite/reftests/meson.build8
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
index 0df2c5469a..42c59e2026 100644
--- a/testsuite/reftests/meson.build
+++ b/testsuite/reftests/meson.build
@@ -287,9 +287,11 @@ testdata = [
'label-attribute-preference.css',
'label-attribute-preference.ref.ui',
'label-attribute-preference.ui',
- 'label-background.css',
- 'label-background.ref.ui',
- 'label-background.ui',
+ # makes assumptions about text positioning that are not
+ # valid with subpixel positioning
+ #'label-background.css',
+ #'label-background.ref.ui',
+ #'label-background.ui',
'label-box-shadow-clip.css',
'label-box-shadow-clip.ref.ui',
'label-box-shadow-clip.ui',