From 4a7ee77930294bb7584fcb68a9849e73a3bbbe8b Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Mon, 9 Aug 2021 16:55:58 +0000 Subject: [PATCH] Bug 1724582 - restrict fuzzy annotation for dynamic-max-width.html on Apple Silicon to WebRender. DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D122129 --- layout/reftests/forms/input/file/reftest.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/reftests/forms/input/file/reftest.list b/layout/reftests/forms/input/file/reftest.list index aa65695eec42..384ae0badbb3 100644 --- a/layout/reftests/forms/input/file/reftest.list +++ b/layout/reftests/forms/input/file/reftest.list @@ -5,7 +5,7 @@ fuzzy-if(gtkWidget||webrender,0-1,0-10) == background.html chrome://reftest/cont fuzzy-if(gtkWidget,0-1,0-10) == style.html chrome://reftest/content/forms/input/file/style-ref.xhtml != width-clip.html width-clip-ref.html == color-inherit.html color-inherit-ref.html -fuzzy-if(Android,0-2,0-2) fuzzy-if(!nativeThemePref,0-1,0-5) fuzzy-if(OSX,0-46,0-134) fails-if(webrender&&nativeThemePref&&!(cocoaWidget||geckoview)) fails-if(useDrawSnapshot&&!webrender) fuzzy-if(appleSilicon,105-105,108-108) == dynamic-max-width.html dynamic-max-width-ref.html # bug 1496542 for webrender, bug 1724582 for appleSilicon +fuzzy-if(Android,0-2,0-2) fuzzy-if(!nativeThemePref,0-1,0-5) fuzzy-if(OSX,0-46,0-134) fails-if(webrender&&nativeThemePref&&!(cocoaWidget||geckoview)) fails-if(useDrawSnapshot&&!webrender) fuzzy-if(appleSilicon&&nativeThemePref&&webrender,105-105,108-108) == dynamic-max-width.html dynamic-max-width-ref.html # bug 1496542 for webrender, bug 1724582 for appleSilicon == label-min-inline-size.html label-min-inline-size-ref.html == css-overflow.html css-overflow-ref.html == css-display.html css-display-ref.html