tor-browser

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

commit c90e1b8e1cb395471fd43634622caddd4afa3a88
parent 7d53c88c94c73d94e9cba71f1aba8fb1d3609570
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Thu, 16 Oct 2025 11:27:19 +0000

Bug 1994658 [wpt PR 55474] - Update wpt metadata, a=testonly

wpt-pr: 55474
wpt-type: metadata

Diffstat:
Atesting/web-platform/meta/css/css-mixins/local-inherit-substitution.html.ini | 15+++++++++++++++
Atesting/web-platform/meta/css/css-values/inherit-function-basic.html.ini | 18++++++++++++++++++
Atesting/web-platform/meta/css/css-values/inherit-function-parsing.html.ini | 18++++++++++++++++++
3 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/css/css-mixins/local-inherit-substitution.html.ini b/testing/web-platform/meta/css/css-mixins/local-inherit-substitution.html.ini @@ -0,0 +1,15 @@ +[local-inherit-substitution.html] + [inherit() refers to parent stack frame (element)] + expected: FAIL + + [inherit() refers to parent stack frame (other function call)] + expected: FAIL + + [inherit() referring to guaranteed-invalid in parent frame] + expected: FAIL + + [inherit() referring to cycle in parent frame] + expected: FAIL + + [inherit() referring to typed value in parent frame] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-values/inherit-function-basic.html.ini b/testing/web-platform/meta/css/css-values/inherit-function-basic.html.ini @@ -0,0 +1,18 @@ +[inherit-function-basic.html] + [inherit() on value set on parent] + expected: FAIL + + [inherit() on value set on ancestor] + expected: FAIL + + [inherit(), no value set on parent] + expected: FAIL + + [inherit(), accumulating values] + expected: FAIL + + [inherit(), accumulating font-size] + expected: FAIL + + [inherit() can be used within if()] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-values/inherit-function-parsing.html.ini b/testing/web-platform/meta/css/css-values/inherit-function-parsing.html.ini @@ -0,0 +1,18 @@ +[inherit-function-parsing.html] + [e.style['left'\] = "inherit(--x)" should set the property value] + expected: FAIL + + [e.style['left'\] = "calc(inherit(--x) + 1px)" should set the property value] + expected: FAIL + + [e.style['left'\] = "inherit(--x,)" should set the property value] + expected: FAIL + + [e.style['left'\] = "inherit(--x, )" should set the property value] + expected: FAIL + + [e.style['left'\] = "inherit(--x , )" should set the property value] + expected: FAIL + + [e.style['left'\] = "inherit(--x, foo)" should set the property value] + expected: FAIL