commit 8d7bf3b9d736ddc97a1d42acd23c0b7b8c1a49d8 parent 77e65588b4555f3f300d2248474eaaf6bdeaad19 Author: Botond Ballo <botond@mozilla.com> Date: Tue, 25 Nov 2025 05:50:29 +0000 Bug 1791232 - Mark position-sticky-scrolled-clip-2.html as now passing. r=mstange This testcase was fixed by bug 1730749. Also add scrollbar-width:none to avoid needing to fuzz the test further. Differential Revision: https://phabricator.services.mozilla.com/D254158 Diffstat:
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/layout/reftests/async-scrolling/position-sticky-scrolled-clip-2-ref.html b/layout/reftests/async-scrolling/position-sticky-scrolled-clip-2-ref.html @@ -5,6 +5,10 @@ <style> +html { + scrollbar-width: none; +} + body { margin: 0; height: 4000px; diff --git a/layout/reftests/async-scrolling/position-sticky-scrolled-clip-2.html b/layout/reftests/async-scrolling/position-sticky-scrolled-clip-2.html @@ -8,6 +8,10 @@ <style> +html { + scrollbar-width: none; +} + body { margin: 0; height: 4000px; diff --git a/layout/reftests/async-scrolling/reftest.list b/layout/reftests/async-scrolling/reftest.list @@ -69,7 +69,7 @@ skip-if(useDrawSnapshot) fuzzy-if(Android,0-13,0-465) fuzzy-if(cocoaWidget,15-19 skip-if(useDrawSnapshot) == fixed-pos-scrolled-clip-5.html fixed-pos-scrolled-clip-5-ref.html skip-if(useDrawSnapshot) == position-sticky-bug1434250.html position-sticky-bug1434250-ref.html skip-if(useDrawSnapshot) fuzzy-if(Android,0-12,0-45) fuzzy-if(cocoaWidget,13-16,20-44) fuzzy-if(cocoaWidget&&isDebugBuild&&swgl,0-29,0-44) fuzzy-if(cocoaWidget&&optimized&&!swgl,0-31,0-36) fuzzy-if(gtkWidget,8-25,12-32) == position-sticky-scrolled-clip-1.html position-sticky-scrolled-clip-1-ref.html # Bug 1604338, Bug 1934898 -fuzzy-if(Android,0-6,0-4) skip == position-sticky-scrolled-clip-2.html position-sticky-scrolled-clip-2-ref.html # bug ?????? - incorrectly applying clip to sticky contents +fuzzy-if(Android,0-6,0-4) == position-sticky-scrolled-clip-2.html position-sticky-scrolled-clip-2-ref.html skip-if(useDrawSnapshot) fuzzy-if(Android,0-8,0-27) fuzzy-if(cocoaWidget,9-11,20-44) fuzzy-if(cocoaWidget&&isDebugBuild&&swgl,0-19,0-70) fuzzy-if(cocoaWidget&&optimized&&!swgl,0-19,0-64) fuzzy-if(gtkWidget,0-10,0-12) == curtain-effect-1.html curtain-effect-1-ref.html # Bug 1934898 skip-if(useDrawSnapshot) fuzzy-if(Android,0-7,0-12) fuzzy-if(cocoaWidget,5-9,20-42) fuzzy-if(cocoaWidget&&isDebugBuild&&swgl,0-15,0-37) fuzzy-if(cocoaWidget&&optimized&&!swgl,0-15,0-31) fuzzy-if(gtkWidget,4-15,12-32) == transformed-1.html transformed-1-ref.html # Bug 1604338, Bug 1934898 skip-if(useDrawSnapshot) fuzzy-if(Android,2-7,1-12) fuzzy-if(cocoaWidget,5-6,18-38) fuzzy-if(cocoaWidget&&isDebugBuild&&swgl,0-6,0-60) fuzzy-if(cocoaWidget&&optimized&&!swgl,0-6,0-56) fuzzy-if(gtkWidget,2-16,10-28) == position-sticky-transformed-in-scrollframe-1.html position-sticky-transformed-in-scrollframe-1-ref.html # Bug 1604338, Bug 1934898