tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 5f28dfcc14b5a0c0dc99b268b2386a60e847dcc4
parent 9b8f4e6e9e1f2aa1ea8104b693103caa0895fe34
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date:   Tue,  2 Dec 2025 11:33:03 +0100

Bug 1924231 - Update property-database for anchors-visible.

Diffstat:
Mlayout/style/test/property_database.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layout/style/test/property_database.js b/layout/style/test/property_database.js @@ -13484,8 +13484,8 @@ if (IsCSSPropertyPrefEnabled("layout.css.anchor-positioning.enabled")) { domProp: "positionVisibility", inherited: false, type: CSS_TYPE_LONGHAND, - initial_values: ["always"], - other_values: ["anchors-valid", "anchors-visible", "no-overflow"], + initial_values: ["anchors-visible"], + other_values: ["anchors-valid", "always", "no-overflow"], invalid_values: [ "none", "auto",