From ac4e11e076bb7c20a7a992554891df23ea096b0f Mon Sep 17 00:00:00 2001 From: Botond Ballo Date: Tue, 4 Feb 2025 01:44:59 +0000 Subject: [PATCH] Bug 1941024 - Add a failing test case. r=mstange Differential Revision: https://phabricator.services.mozilla.com/D235705 --- .../fixed-inside-sticky-clip-ref.html | 10 +++++++ .../fixed-inside-sticky-clip.html | 29 +++++++++++++++++++ layout/reftests/position-sticky/reftest.list | 1 + 3 files changed, 40 insertions(+) create mode 100644 layout/reftests/position-sticky/fixed-inside-sticky-clip-ref.html create mode 100644 layout/reftests/position-sticky/fixed-inside-sticky-clip.html diff --git a/layout/reftests/position-sticky/fixed-inside-sticky-clip-ref.html b/layout/reftests/position-sticky/fixed-inside-sticky-clip-ref.html new file mode 100644 index 000000000000..fb9292ffd3d4 --- /dev/null +++ b/layout/reftests/position-sticky/fixed-inside-sticky-clip-ref.html @@ -0,0 +1,10 @@ + + +
+
diff --git a/layout/reftests/position-sticky/fixed-inside-sticky-clip.html b/layout/reftests/position-sticky/fixed-inside-sticky-clip.html new file mode 100644 index 000000000000..54df0598f9f1 --- /dev/null +++ b/layout/reftests/position-sticky/fixed-inside-sticky-clip.html @@ -0,0 +1,29 @@ + + +
+
+
+
+
+
+
diff --git a/layout/reftests/position-sticky/reftest.list b/layout/reftests/position-sticky/reftest.list index ba98dfd7034e..048e48246b17 100644 --- a/layout/reftests/position-sticky/reftest.list +++ b/layout/reftests/position-sticky/reftest.list @@ -53,3 +53,4 @@ fuzzy(0-1,0-220) == block-in-inline-3.html block-in-inline-3-ref.html skip-if(useDrawSnapshot) fails-if(useDrawSnapshot) fuzzy-if(Android,0-8,0-9) fuzzy-if(cocoaWidget,7-8,18-42) fuzzy-if(cocoaWidget&&isDebugBuild&&!swgl,0-14,0-31) fuzzy-if(gtkWidget,10-21,12-32) == transformed-2.html transformed-2-ref.html # Bug 1604644, Bug 1934906 skip-if(useDrawSnapshot) fails-if(useDrawSnapshot) fuzzy-if(Android,0-14,0-17) fuzzy-if(cocoaWidget,13-16,20-44) fuzzy-if(cocoaWidget&&isDebugBuild&&!swgl,0-29,0-36) fuzzy-if(gtkWidget,19-37,12-32) == nested-sticky-1.html nested-sticky-1-ref.html # Bug 1604644, Bug 1934906 skip-if(useDrawSnapshot) fails-if(useDrawSnapshot) fuzzy-if(Android,0-14,0-96) fuzzy-if(cocoaWidget,13-16,20-44) fuzzy-if(cocoaWidget&&isDebugBuild&&!swgl,0-29,0-36) fuzzy-if(gtkWidget,19-37,12-32) == nested-sticky-2.html nested-sticky-2-ref.html # Bug 1604644, Bug 1934906 +skip == fixed-inside-sticky-clip.html fixed-inside-sticky-clip-ref.html # should be fixed by bug 1730749