Update web-platform-tests to revision b'1a5b13545ae58e468ed11e4c21912a3faf3355ea' (#35384)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-02-09 02:38:02 +01:00 committed by GitHub
parent df73d02932
commit a284bbd29d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
487 changed files with 12243 additions and 4352 deletions

View file

@ -97,3 +97,6 @@
[CSSFunctionRule.cssText (--escaped-)]
expected: FAIL
[@supports in body]
expected: FAIL

View file

@ -0,0 +1,57 @@
[dashed-function-cycles.tentative.html]
[Local with self-cycle]
expected: FAIL
[Cycle reference without fallback makes result invalid]
expected: FAIL
[Local with self-cycle in fallback]
expected: FAIL
[Local shadowing cyclic property --x]
expected: FAIL
[Local shadowing cyclic outer local --x ]
expected: FAIL
[Arguments shadowing cyclic properties]
expected: FAIL
[Observing property cycle locally]
expected: FAIL
[Using cyclic values with no fallback]
expected: FAIL
[Self-cycle in non-used local variable]
expected: FAIL
[Using cyclic value in unused fallback]
expected: FAIL
[Using cyclic value in unused fallback (local)]
expected: FAIL
[Dashed-function, self-cycle]
expected: FAIL
[Cycle through other function (--g)]
expected: FAIL
[Cycle through other function (--f)]
expected: FAIL
[Cycle through local, self]
expected: FAIL
[Cycle through unused local]
expected: FAIL
[Cycle through global, self]
expected: FAIL
[Cycle through local, other function]
expected: FAIL
[Cycle through various variables and other functions]
expected: FAIL

View file

@ -103,3 +103,36 @@
[Missing one argument of several]
expected: FAIL
[Substitute local from outer scope]
expected: FAIL
[Substitute argument from outer scope]
expected: FAIL
[Inner argument shadowing outer argument]
expected: FAIL
[Inner argument shadowing outer local]
expected: FAIL
[Inner local shadowing outer argument]
expected: FAIL
[Inner local shadowing outer local]
expected: FAIL
[Referencing outer local containing var()]
expected: FAIL
[Referencing outer typed argument]
expected: FAIL
[Same function with different scopes]
expected: FAIL
[Referencing local two frames up]
expected: FAIL
[IACVT outer local shadows property]
expected: FAIL

View file

@ -0,0 +1,39 @@
[function-conditionals.html]
[Basic @supports]
expected: FAIL
[Basic @supports (false)]
expected: FAIL
[Nested @supports]
expected: FAIL
[Nested @supports (false)]
expected: FAIL
[Inconsequential conditional]
expected: FAIL
[@supports with locals]
expected: FAIL
[Basic @media]
expected: FAIL
[Basic @media (false)]
expected: FAIL
[Nested @media]
expected: FAIL
[Nested @media (false)]
expected: FAIL
[Locals within @media]
expected: FAIL
[@supports within @media]
expected: FAIL
[@media within @supports]
expected: FAIL

View file

@ -0,0 +1,3 @@
[function-media-dynamic.html]
[Custom Functions: @media responds to changes]
expected: FAIL

View file

@ -0,0 +1,21 @@
[local-attr-substitution.html]
[var() in attribute value substitutes locally]
expected: FAIL
[var() in attribute value substitutes locally, argument]
expected: FAIL
[var() in attribute value substitutes locally, typed]
expected: FAIL
[attr() fallback substitutes locally]
expected: FAIL
[attr() cycle through local]
expected: FAIL
[attr() cycle through fallback in local]
expected: FAIL
[attr() cycle through function]
expected: FAIL