Sync WPT with upstream (27-07-2025) (#38296)

Automated downstream sync of changes from upstream as of 27-07-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-07-27 03:45:05 +02:00 committed by GitHub
parent 9614fb997a
commit 633d746e2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
504 changed files with 16011 additions and 4941 deletions

View file

@ -0,0 +1,36 @@
[setter-argument.html]
[String attribute setter should throw if this value is invalid]
expected: FAIL
[String attribute setter should treat no arguments as undefined]
expected: FAIL
[String attribute setter called with undefined should behave in the same way as no arguments]
expected: FAIL
[String attribute setter called with string should just work]
expected: FAIL
[Object attribute setter should treat no arguments as undefined]
expected: FAIL
[[Replaceable\] setter should treat no arguments as undefined]
expected: FAIL
[[Replaceable\] setter called with undefined should behave in the same way as no arguments]
expected: FAIL
[[Replaceable\] setter called with other value should just work]
expected: FAIL
[[LegacyLenientThis\] setter should not throw even if this value is invalid, regardless of the arguments count]
expected: FAIL
[[LegacyLenientSetter\] setter should treat no arguments as undefined]
expected: FAIL
[[LegacyLenientSetter\] setter called with undefined should behave in the same way as no arguments]
expected: FAIL
[[PutForward\] setter should treat no arguments as undefined]
expected: FAIL