mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
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:
parent
9614fb997a
commit
633d746e2f
504 changed files with 16011 additions and 4941 deletions
36
tests/wpt/meta/webidl/ecmascript-binding/setter-argument.html.ini
vendored
Normal file
36
tests/wpt/meta/webidl/ecmascript-binding/setter-argument.html.ini
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue