Sync WPT with upstream (24-08-2025) (#38893)

Automated downstream sync of changes from upstream as of 24-08-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-08-24 03:41:18 +02:00 committed by GitHub
parent 1fc857865f
commit fa42968a61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
365 changed files with 7904 additions and 2377 deletions

View file

@ -0,0 +1,3 @@
[layer-cssom-order-reverse.html]
[Delete layer invalidates @font-face]
expected: FAIL

View file

@ -5,3 +5,9 @@
[@font-face override between layers]
expected: [FAIL, PASS]
[@font-face override update with appended sheet 1]
expected: FAIL
[@font-face override update with appended sheet 2]
expected: FAIL

View file

@ -0,0 +1,2 @@
[chrome-bug-439886903-crash.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[downloadable-font-scoped-to-document.html]
expected: FAIL

View file

@ -0,0 +1,12 @@
[cssom.tentative.html]
[serialization of @mixin]
expected: FAIL
[serialization of rule with @apply]
expected: FAIL
[serialization of @mixin with @contents]
expected: FAIL
[serialization of rule with @apply and contents argument]
expected: FAIL

View file

@ -0,0 +1,9 @@
[invalidation.tentative.html]
[invalidation of @mixin from same stylesheet]
expected: FAIL
[invalidation of @mixin from different stylesheet]
expected: FAIL
[invalidation on adding @apply rule]
expected: FAIL

View file

@ -0,0 +1,3 @@
[media-queries.html]
[CSS Mixins: Media Queries and invalidation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[rotate-parsing-computed.html]
[Property rotate value '-0.5 0 0 400grad']
expected: FAIL
[Property rotate value '-1 0 0 400grad']
expected: FAIL
[Property rotate value '0 -0.5 0 400grad']
expected: FAIL
[Property rotate value '0 -1 0 400grad']
expected: FAIL
[Property rotate value '0 0 -0.5 400grad']
expected: FAIL
[Property rotate value '0 0 -1 400grad']
expected: FAIL

View file

@ -1,3 +1,21 @@
[rotate-parsing-valid.html]
[e.style['rotate'\] = "z 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "-0.5 0 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "-1 0 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 -0.5 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 -1 0 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 0 -0.5 400grad" should set the property value]
expected: FAIL
[e.style['rotate'\] = "0 0 -1 400grad" should set the property value]
expected: FAIL

View file

@ -35,9 +35,6 @@
[CSS Values and Units Test: attr 12]
expected: FAIL
[CSS Values and Units Test: attr 16]
expected: FAIL
[CSS Values and Units Test: attr 17]
expected: FAIL
@ -62,9 +59,6 @@
[CSS Values and Units Test: attr 23]
expected: FAIL
[CSS Values and Units Test: attr 14]
expected: FAIL
[CSS Values and Units Test: attr 28]
expected: FAIL
@ -74,18 +68,9 @@
[CSS Values and Units Test: attr 40]
expected: FAIL
[CSS Values and Units Test: attr 41]
expected: FAIL
[CSS Values and Units Test: attr 42]
expected: FAIL
[CSS Values and Units Test: attr 43]
expected: FAIL
[CSS Values and Units Test: attr 44]
expected: FAIL
[CSS Values and Units Test: attr 45]
expected: FAIL
@ -122,9 +107,6 @@
[CSS Values and Units Test: attr 59]
expected: FAIL
[CSS Values and Units Test: attr 60]
expected: FAIL
[CSS Values and Units Test: attr 61]
expected: FAIL
@ -158,9 +140,6 @@
[CSS Values and Units Test: attr 29]
expected: FAIL
[CSS Values and Units Test: attr 32]
expected: FAIL
[CSS Values and Units Test: attr 71]
expected: FAIL
@ -185,15 +164,6 @@
[CSS Values and Units Test: attr 78]
expected: FAIL
[CSS Values and Units Test: attr 15]
expected: FAIL
[CSS Values and Units Test: attr 30]
expected: FAIL
[CSS Values and Units Test: attr 31]
expected: FAIL
[CSS Values and Units Test: attr 33]
expected: FAIL
@ -212,15 +182,6 @@
[CSS Values and Units Test: attr 82]
expected: FAIL
[CSS Values and Units Test: attr 92]
expected: FAIL
[CSS Values and Units Test: attr 93]
expected: FAIL
[CSS Values and Units Test: attr 94]
expected: FAIL
[CSS Values and Units Test: attr 8]
expected: FAIL
@ -239,5 +200,44 @@
[CSS Values and Units Test: attr 83]
expected: FAIL
[CSS Values and Units Test: attr 95]
[CSS Values and Units Test: attr 35]
expected: FAIL
[CSS Values and Units Test: attr 36]
expected: FAIL
[CSS Values and Units Test: attr 38]
expected: FAIL
[CSS Values and Units Test: attr 54]
expected: FAIL
[CSS Values and Units Test: attr 84]
expected: FAIL
[CSS Values and Units Test: attr 85]
expected: FAIL
[CSS Values and Units Test: attr 86]
expected: FAIL
[CSS Values and Units Test: attr 87]
expected: FAIL
[CSS Values and Units Test: attr 88]
expected: FAIL
[CSS Values and Units Test: attr 89]
expected: FAIL
[CSS Values and Units Test: attr 98]
expected: FAIL
[CSS Values and Units Test: attr 99]
expected: FAIL
[CSS Values and Units Test: attr 100]
expected: FAIL
[CSS Values and Units Test: attr 101]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-inline-positioning.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[svg-empty-element-with-filter-001.html]
expected: FAIL

View file

@ -0,0 +1,30 @@
[parse-heading.html]
[":heading" should be a valid selector]
expected: FAIL
[":heading(2)" should be a valid selector]
expected: FAIL
[":heading(99999)" should be a valid selector]
expected: FAIL
[":heading(0)" should be a valid selector]
expected: FAIL
[":heading(0, 1, 2)" should be a valid selector]
expected: FAIL
[":heading(0, 1, 2, 3, 4, 5, 6, 7, 8, 9)" should be a valid selector]
expected: FAIL
[":heading(-1)" should be a valid selector]
expected: FAIL
["h1:heading" should be a valid selector]
expected: FAIL
["h1:heading(1)" should be a valid selector]
expected: FAIL
["h1:heading(2)" should be a valid selector]
expected: FAIL