Update web-platform-tests to revision b'de61904887c13679551c32e5e3e70b4dc870c98a' (#35480)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-02-16 02:35:48 +01:00 committed by GitHub
parent b4f48c561b
commit 6d6070242b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
608 changed files with 18662 additions and 8348 deletions

View file

@ -1,4 +1,5 @@
[dashed-function-eval.html]
expected: ERROR
[Literal result]
expected: FAIL

View file

@ -37,3 +37,30 @@
[@media within @supports]
expected: FAIL
[Basic @container]
expected: FAIL
[Basic @container (false)]
expected: FAIL
[Nested @container]
expected: FAIL
[Nested @container (false)]
expected: FAIL
[Locals within @container]
expected: FAIL
[@supports within @container]
expected: FAIL
[@container within @supports]
expected: FAIL
[@container, @media, @supports]
expected: FAIL
[@supports, @media, @container]
expected: FAIL

View file

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

View file

@ -0,0 +1,3 @@
[function-container-self.html]
[Custom Functions: @container can not query self]
expected: FAIL

View file

@ -0,0 +1,6 @@
[function-container-style.html]
[Style query on #target should query parent element]
expected: FAIL
[Style query on ::before should query originating element]
expected: FAIL