Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35928' (#35741)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-02 13:18:38 +01:00 committed by GitHub
parent e7e8ccea20
commit 5ba9cfe809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2322 changed files with 43591 additions and 31593 deletions

View file

@ -205,3 +205,6 @@
[@function --foo(--x) returneth <length> is invalid]
expected: FAIL
[@function --foo(--x:1px, --y, --z:2px) is valid]
expected: FAIL

View file

@ -55,3 +55,9 @@
[Cycle through various variables and other functions]
expected: FAIL
[Function in a cycle with its own default]
expected: FAIL
[Cyclic defaults]
expected: FAIL

View file

@ -1,5 +1,4 @@
[dashed-function-eval.html]
expected: ERROR
[Literal result]
expected: FAIL
@ -137,3 +136,66 @@
[IACVT outer local shadows property]
expected: FAIL
[Argument captures IACVT due to invalid var()]
expected: FAIL
[Argument captures IACVT due to invalid var(), typed]
expected: FAIL
[Argument captures IACVT due to type mismatch]
expected: FAIL
[Default referencing another parameter]
expected: FAIL
[Default referencing another parameter, local interference]
expected: FAIL
[Default referencing another defaulted parameter]
expected: FAIL
[Typed default with reference]
expected: FAIL
[IACVT arguments are defaulted]
expected: FAIL
[IACVT arguments are defaulted, typed]
expected: FAIL
[Arguments are defaulted on type mismatch]
expected: FAIL
[Inner function call should see resolved outer locals]
expected: FAIL
[Inner function call should see resolved outer locals (reverse)]
expected: FAIL
[IACVT argument shadows outer scope]
expected: FAIL
[IACVT argument shadows outer scope, typed]
expected: FAIL
[IACVT argument shadows outer scope, type mismatch]
expected: FAIL
[Passing list as only argument]
expected: FAIL
[Passing list as first argument]
expected: FAIL
[Passing list as second argument]
expected: FAIL
[Passing comma as argument]
expected: FAIL
[Passing {} as argument]
expected: FAIL
[Passing non-whole-value {} as argument]
expected: FAIL

View file

@ -0,0 +1,57 @@
[dashed-function-parsing.html]
[e.style['top'\] = "--func()" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(100px)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(#fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto, 100px, #fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto ,100px ,#fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto , 100px , #fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(auto,100px,#fff)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(\\"thing\\")" should set the property value]
expected: FAIL
[e.style['top'\] = "--func(--bar(), --baz(--fez()))" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({1}, 2)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({ 1}, 2)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({1 }, 2)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({ 1 }, 2)" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({1},{2})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({1, 2, 3},{4})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({,},{4})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({{}},{4})" should set the property value]
expected: FAIL
[e.style['top'\] = "--func({[\]},{4})" should set the property value]
expected: FAIL

View file

@ -0,0 +1,9 @@
[function-shadow-animations.html]
[Can animate standard property in shadow]
expected: FAIL
[Can animate typed custom property in shadow]
expected: FAIL
[Can animate untyped custom property in shadow]
expected: FAIL

View file

@ -0,0 +1,3 @@
[function-shadow-cache.html]
[Tree scope is respected for otherwise identical styles]
expected: FAIL

View file

@ -0,0 +1,9 @@
[function-shadow-container.html]
[Can query named container in shadow]
expected: FAIL
[::part() can not see inner named containers]
expected: FAIL
[::slotted() can see inner named containers]
expected: FAIL

View file

@ -0,0 +1,30 @@
[function-shadow.html]
[@function works inside shadow]
expected: FAIL
[Looking up document-global function]
expected: FAIL
[@function works inside nested shadow]
expected: FAIL
[@function defined in outer shadow is visible]
expected: FAIL
[Combining functions from various scopes]
expected: FAIL
[::part() can not see inner functions]
expected: FAIL
[::slotted() can see inner functions]
expected: FAIL
[:host can see inner functions]
expected: FAIL
[Outer functions can't see inner functions]
expected: FAIL
[Outer functions can't see inner functions (local vars)]
expected: FAIL

View file

@ -0,0 +1,42 @@
[local-if-substitution.html]
[var() in if() condition's custom property value substitutes locally]
expected: FAIL
[var() in if() condition's specified value substitutes locally]
expected: FAIL
[var() in if() declaration value substitutes locally]
expected: FAIL
[var() in if() condition's custom property value substitutes locally, argument]
expected: FAIL
[var() in if() condition's specified value substitutes locally, argument]
expected: FAIL
[var() in if() declaration value substitutes locally, argument]
expected: FAIL
[dashed function in if() declaration value]
expected: FAIL
[dashed function with argument in if() declaration value]
expected: FAIL
[if() cycle through local]
expected: FAIL
[if() cycle in condition custom property through local]
expected: FAIL
[if() cycle in condition specified value through local]
expected: FAIL
[if() cycle through function]
expected: FAIL
[if() no cycle in overridden local]
expected: FAIL
[if() no cycle in overridden argument]
expected: FAIL