Sync WPT with upstream (08-06-2025) (#37326)

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

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-06-08 03:44:37 +02:00 committed by GitHub
parent aeca81c091
commit bd6639aadb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
379 changed files with 15948 additions and 4486 deletions

View file

@ -0,0 +1,24 @@
[scroll-target-group-computed.html]
[Property scroll-target-group value 'initial']
expected: FAIL
[Property scroll-target-group value 'inherit']
expected: FAIL
[Property scroll-target-group value 'unset']
expected: FAIL
[Property scroll-target-group value 'revert']
expected: FAIL
[Property scroll-target-group value 'none']
expected: FAIL
[Property scroll-target-group value 'auto']
expected: FAIL
[The scroll-target-group property shows up in CSSStyleDeclaration enumeration]
expected: FAIL
[The scroll-target-group property shows up in CSSStyleDeclaration.cssText]
expected: FAIL

View file

@ -0,0 +1,18 @@
[scroll-target-group-valid.html]
[e.style['scroll-target-group'\] = "initial" should set the property value]
expected: FAIL
[e.style['scroll-target-group'\] = "inherit" should set the property value]
expected: FAIL
[e.style['scroll-target-group'\] = "unset" should set the property value]
expected: FAIL
[e.style['scroll-target-group'\] = "revert" should set the property value]
expected: FAIL
[e.style['scroll-target-group'\] = "none" should set the property value]
expected: FAIL
[e.style['scroll-target-group'\] = "auto" should set the property value]
expected: FAIL