commit 2c134d9838d14a82982bdcfb97d77749167d222a
parent 5bf5fd5566cf109cde73651cdb7c71b6219cc417
Author: Timothy Nikkel <tnikkel@gmail.com>
Date: Fri, 28 Nov 2025 04:00:28 +0000
Bug 2002761. Enable css anchor positioning pref for tests that use it. r=layout-reviewers,TYLin
Differential Revision: https://phabricator.services.mozilla.com/D274372
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/layout/reftests/async-scrolling/reftest.list b/layout/reftests/async-scrolling/reftest.list
@@ -190,7 +190,7 @@ defaults pref(apz.allow_zooming,true) test-pref(apz.fixed-margin-override.enable
== dynamic-toolbar-sticky-6c.html dynamic-toolbar-sticky-6-ref.html
defaults
-== anchor-pos-1.html anchor-pos-1-ref.html
-== anchor-pos-2.html anchor-pos-2-ref.html
-== anchor-pos-sticky-1.html anchor-pos-sticky-1-ref.html
-== anchor-pos-sticky-2.html anchor-pos-sticky-2-ref.html
+pref(layout.css.anchor-positioning.enabled,true) == anchor-pos-1.html anchor-pos-1-ref.html
+pref(layout.css.anchor-positioning.enabled,true) == anchor-pos-2.html anchor-pos-2-ref.html
+pref(layout.css.anchor-positioning.enabled,true) == anchor-pos-sticky-1.html anchor-pos-sticky-1-ref.html
+pref(layout.css.anchor-positioning.enabled,true) == anchor-pos-sticky-2.html anchor-pos-sticky-2-ref.html