commit a06d9f72da59d02bcf8c07ce0369807a085eaa55 parent e0141a55650326d71c0f52c8f10a077c73ed4f54 Author: Jonathan Watt <jwatt@jwatt.org> Date: Tue, 4 Nov 2025 13:36:43 +0000 Bug 1991056. Enable the Anchor Positioning pref for all WPT tests. r=dshin Differential Revision: https://phabricator.services.mozilla.com/D269765 Diffstat:
8 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/testing/web-platform/meta/__dir__.ini b/testing/web-platform/meta/__dir__.ini @@ -1,4 +1,4 @@ -prefs: [layout.disable-pixel-alignment:true] +prefs: [layout.disable-pixel-alignment:true, layout.css.anchor-positioning.enabled: true] lsan-allowed: [alloc::alloc::alloc, alloc::alloc::realloc, js_pod_malloc, js_pod_calloc, js_pod_realloc, js_arena_calloc,js_pod_arena_calloc, maybe_pod_calloc, pod_calloc, make_zeroed_pod_array, js_arena_malloc, js_arena_realloc, CompileUtf8] leak-threshold: if (os == "mac"): [tab:10000, gmplugin:20000, default:2100, rdd:400] diff --git a/testing/web-platform/meta/css/css-anchor-position/__dir__.ini b/testing/web-platform/meta/css/css-anchor-position/__dir__.ini @@ -1 +0,0 @@ -prefs: [layout.css.anchor-positioning.enabled: true] diff --git a/testing/web-platform/meta/css/css-contain/content-visibility/__dir__.ini b/testing/web-platform/meta/css/css-contain/content-visibility/__dir__.ini @@ -1 +0,0 @@ -prefs: [layout.css.anchor-positioning.enabled: true] diff --git a/testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/properties/anchor-scope.html.ini b/testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/properties/anchor-scope.html.ini @@ -1,5 +1,4 @@ [anchor-scope.html] - prefs: [layout.css.anchor-positioning.enabled:true] expected: ERROR [Can set 'anchor-scope' to var() references: ] expected: FAIL diff --git a/testing/web-platform/meta/html/dom/elements/global-attributes/the-anchor-attribute-002.tentative.html.ini b/testing/web-platform/meta/html/dom/elements/global-attributes/the-anchor-attribute-002.tentative.html.ini @@ -1,4 +1,3 @@ [the-anchor-attribute-002.tentative.html] - prefs: [layout.css.anchor-positioning.enabled: true] [Layout should be updated when anchor attribute changes to another element] expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-display-none.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-display-none.tentative.html.ini @@ -1,2 +0,0 @@ -[popover-anchor-display-none.tentative.html] - prefs: [layout.css.anchor-positioning.enabled: true] diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-multicol-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-multicol-display.tentative.html.ini @@ -1,4 +1,3 @@ [popover-anchor-multicol-display.tentative.html] - prefs: [layout.css.anchor-positioning.enabled: true] [.target 1] expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/the-button-element/command-and-commandfor/on-popover-behavior.html.ini b/testing/web-platform/meta/html/semantics/the-button-element/command-and-commandfor/on-popover-behavior.html.ini @@ -1,2 +0,0 @@ -[on-popover-behavior.html] - prefs: [layout.css.anchor-positioning.enabled: true]