Sync WPT with upstream (11-05-2025) (#36954)

Automated downstream sync of changes from upstream as of 11-05-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-05-11 03:41:53 +02:00 committed by GitHub
parent 924fd06f14
commit 6cd44061d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
238 changed files with 9392 additions and 2177 deletions

View file

@ -0,0 +1,2 @@
[flex-gap-decorations-022.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-029.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-030.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-031.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-032.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-033.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-38.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[multicol-gap-decorations-017.html]
expected: FAIL

View file

@ -0,0 +1,9 @@
[gap-decorations-col-rule-width.html]
[`column-rule-width` should be `0px` when `column-rule-style` is `none` with single value]
expected: FAIL
[`column-rule-width` should be as specified regardless of `column-rule-style` with multiple values]
expected: FAIL
[`column-rule-width` should be as specified regardless of `column-rule-style` with multiple (repeat) values]
expected: FAIL

View file

@ -0,0 +1,2 @@
[linear-gradient-body-sibling-index.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[linear-gradient-sibling-index.html]
expected: FAIL

View file

@ -1,4 +1,4 @@
[dashed-function-cycles.tentative.html]
[dashed-function-cycles.html]
[Local with self-cycle]
expected: FAIL
@ -11,7 +11,10 @@
[Local shadowing cyclic property --x]
expected: FAIL
[Local shadowing cyclic outer local --x ]
[Local shadowing cyclic outer local --x]
expected: FAIL
[Argument shadowing cyclic outer local --x]
expected: FAIL
[Arguments shadowing cyclic properties]
@ -53,6 +56,9 @@
[Cycle through local, other function]
expected: FAIL
[Cycle through local, other function, fallback in function]
expected: FAIL
[Cycle through various variables and other functions]
expected: FAIL
@ -62,15 +68,6 @@
[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

View file

@ -10,3 +10,15 @@
[sibling-count() should not be allowed in @font-face descriptors]
expected: FAIL
[sibling-index() should not be allowed in @font-palette-values descriptors]
expected: FAIL
[sibling-count() should not be allowed in @font-palette-values descriptors]
expected: FAIL
[sibling-index() should not be allowed in @counter-style descriptors]
expected: FAIL
[sibling-count() should not be allowed in @counter-style descriptors]
expected: FAIL

View file

@ -0,0 +1,6 @@
[sibling-index-keyframe-length-value-dynamic.html]
[Initially, the sibling-index() is 2 for #target]
expected: FAIL
[Removing a preceding sibling of #target reduces the sibling-index()]
expected: FAIL

View file

@ -0,0 +1,6 @@
[sibling-index-keyframe-value-dynamic.html]
[Initially, the sibling-index() is 3 for #target]
expected: FAIL
[Removing a preceding sibling of #target reduces the sibling-index()]
expected: FAIL

View file

@ -0,0 +1,15 @@
[scrollIntoView-container.html]
[scrollIntoView() defaults to scrolling ancestors]
expected: FAIL
[scrollIntoView({container: 'all'}) scrolls ancestors]
expected: FAIL
[scrollIntoView({container: 'nearest'}) only scrolls nearest scroll container]
expected: FAIL
[scrollIntoView({container: 'nearest'}) doesn't stop at itself]
expected: FAIL
[scrollIntoView({container: 'nearest'}) doesn't propagate to outer frames]
expected: FAIL

View file

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

View file

@ -0,0 +1,6 @@
[DOMMatrix-001.html]
[new DOMMatrix("scale(sign(1em))")]
expected: FAIL
[new DOMMatrixReadOnly("scale(sign(1em))")]
expected: FAIL