Sync WPT with upstream (14-09-2025) (#39293)

Automated downstream sync of changes from upstream as of 14-09-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-09-14 03:44:16 +02:00 committed by GitHub
parent 3ef3ba9378
commit b3b79e049b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
308 changed files with 6147 additions and 1657 deletions

View file

@ -76,3 +76,6 @@
[Relative selectors set with selectorText are relative to :scope, not &]
expected: FAIL
[Relative selectors set with selectorText are relative to :scope and &]
expected: FAIL

View file

@ -64,3 +64,9 @@
[Mutating selectorText on outer style rule causes correct inner specificity]
expected: FAIL
[Nesting-selector in <scope-end>]
expected: FAIL
[Nested nesting-selectors within scope's <stylesheet> select inclusive descendants of the scope root]
expected: FAIL

View file

@ -58,3 +58,6 @@
[@scope { & .b { } } and :where(:scope) .b]
expected: FAIL
[@scope (#main) { & .b { } } and :where(#main) .b]
expected: FAIL