Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589a8f' (#35869)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-09 02:39:16 +01:00 committed by GitHub
parent d0a306729d
commit 66583ce3c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
762 changed files with 25364 additions and 9859 deletions

View file

@ -208,3 +208,36 @@
[@function --foo(--x:1px, --y, --z:2px) is valid]
expected: FAIL
[@function --foo(!) is invalid]
expected: FAIL
[@function --foo(--x: !) is invalid]
expected: FAIL
[@function --foo(--x type(!)) is invalid]
expected: FAIL
[@function --foo(,) is invalid]
expected: FAIL
[@function --foo(,,,) is invalid]
expected: FAIL
[@function --foo(--x, ;) is invalid]
expected: FAIL
[@function --foo(;) is invalid]
expected: FAIL
[@function --foo(\]) is invalid]
expected: FAIL
[@function --foo(, --x\]) is invalid]
expected: FAIL
[@function --foo(--x) ! <length> is invalid]
expected: FAIL
[@function --foo(--x) returns <length>! is invalid]
expected: FAIL

View file

@ -61,3 +61,18 @@
[Cyclic defaults]
expected: FAIL
[Local shadowing cyclic outer local --x]
expected: FAIL
[Argument shadowing cyclic outer local --x]
expected: FAIL
[Cycle through local, other function, fallback in function]
expected: FAIL
[Cyclic outer --b shadows custom property]
expected: FAIL
[Locals are function specific]
expected: FAIL

View file

@ -199,3 +199,63 @@
[Passing non-whole-value {} as argument]
expected: FAIL
[Local variable with initial keyword]
expected: FAIL
[Local variable with initial keyword, defaulted]
expected: FAIL
[Local variable with initial keyword, no value via IACVT-capture]
expected: FAIL
[Default with initial keyword]
expected: FAIL
[initial appearing via fallback]
expected: FAIL
[Local variable with inherit keyword]
expected: FAIL
[Local variable with inherit keyword (nested)]
expected: FAIL
[Inheriting an invalid value]
expected: FAIL
[Default with inherit keyword]
expected: FAIL
[Default with inherit keyword (nested)]
expected: FAIL
[Local with the unset keyword]
expected: FAIL
[Local with the revert keyword]
expected: FAIL
[Local with the revert-layer keyword]
expected: FAIL
[initial keyword left unresolved on result descriptor]
expected: FAIL
[inherit keyword left unresolved on result descriptor]
expected: FAIL
[unset keyword left unresolved on result descriptor]
expected: FAIL
[revert keyword left unresolved on result descriptor]
expected: FAIL
[revert-layer keyword left unresolved on result descriptor]
expected: FAIL
[Keyword can be returned from function into local variable]
expected: FAIL
[Can not return CSS-wide keyword as length]
expected: FAIL

View file

@ -0,0 +1,30 @@
[function-attr.html]
[Return untyped url() from function]
expected: FAIL
[Return untyped url() from function, quoted]
expected: FAIL
[Return typed url() from function]
expected: FAIL
[Return typed url() from function, quoted]
expected: FAIL
[Return attr(type(<length>)) from untyped function]
expected: FAIL
[Return attr(type(<length>)) from typed function]
expected: FAIL
[Return attr(type(*)) from typed function]
expected: FAIL
[Return attr(type(*)) from untyped function]
expected: FAIL
[attr() in default parameter value]
expected: FAIL
[attr() in local variable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[function-in-media.html]
[Custom Functions: @function inside @media]
expected: FAIL

View file

@ -0,0 +1,12 @@
[function-invalidation.html]
[Appending a rule]
expected: FAIL
[Prepending a rule]
expected: FAIL
[Deleting a rule]
expected: FAIL
[Prepending a rule, then deleting last]
expected: FAIL

View file

@ -0,0 +1,21 @@
[function-layer.html]
[Single function within anonymous layer]
expected: FAIL
[Last anonymous layer wins]
expected: FAIL
[Unlayered styles win]
expected: FAIL
[Unlayered styles win, reverse]
expected: FAIL
[Single named layer]
expected: FAIL
[Named layers]
expected: FAIL
[Named layers, reordered]
expected: FAIL

View file

@ -28,3 +28,6 @@
[Outer functions can't see inner functions (local vars)]
expected: FAIL
[Function with same name in different scopes]
expected: FAIL