mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
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.
This commit is contained in:
parent
9606945ed8
commit
eba9cd8775
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user