servo/tests/wpt/meta/webidl/ecmascript-binding/setter-argument.html.ini
Servo WPT Sync 633d746e2f
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>
2025-07-27 01:45:05 +00:00

36 lines
1.2 KiB
INI
Vendored

[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