From 3591da517a03591586da8157bd5142846d737680 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 May 2021 21:02:08 -0400 Subject: [PATCH] Disable another font-challenged reftest --- testsuite/reftests/meson.build | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index a8ef4b48bc..f2dc31e570 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -133,7 +133,7 @@ testdata = [ 'border-image-url-scaled.ref.ui', 'border-image-url-scaled.ui', # this seems to make assumptions on text positioning - # that are not valid with subpixel positioning + # that are not valid with subpixel positioning #'border-image-url.css', #'border-image-url.ref.ui', #'border-image-url.ui', @@ -324,8 +324,10 @@ testdata = [ 'label-text-shadow-changes-modify-clip.ui', 'label-width-chars-dont-shrink.ref.ui', 'label-width-chars-dont-shrink.ui', - 'label-wrap-justify.ref.ui', - 'label-wrap-justify.ui', + # this seems to make assumptions on text positioning + # that are not valid with subpixel positioning + #'label-wrap-justify.ref.ui', + #'label-wrap-justify.ui', 'letter-spacing.css', 'letter-spacing.ui', 'letter-spacing.ref.ui',