/webidl/ecmascript-binding/legacy-platform-object/Set.html| status | subtest | message |
|---|---|---|
| PASS | must not set the property value when assigning to a numeric property on an object which implements an indexed property getter but not a setter when not in strict mode | |
| PASS | must throw when assigning to a numeric property on an object which implements a indexed property getter but not a setter in strict mode | |
| FAIL | must allow assigning to a named property on an object which implements a named property getter but not a setter when not in strict mode | assert_equals: expected (string) "foo" but got (undefined) undefined |
| FAIL | must allow assigning to a named property on an object which implements a named property getter but not a setter in strict mode | 'set' on proxy: trap returned falsish for property 'foo' |
| FAIL | must allow setting built-in property on a [LegacyOverrideBuiltIns] object even if a named property shadows it | assert_equals: expected (object) Element node <input name="method" id="method"></input> but got (string) "get" |
| FAIL | must allow assigning to a symbol property on an object which implements an indexed property getter but not a setter when not in strict mode | assert_equals: expected (string) "foo" but got (undefined) undefined |
| FAIL | must allow assigning to a symbol property on an object which implements an indexed property getter but not a setter in strict mode | 'set' on proxy: trap returned falsish for property 'Symbol()' |
| FAIL | must allow assigning to a symbol property on an object which implements indexed and named property getters but no setters when not in strict mode | assert_equals: expected (string) "foo" but got (undefined) undefined |
| FAIL | must allow assigning to a symbol property on an object which implements indexed and named property getters but no setters in strict mode | 'set' on proxy: trap returned falsish for property 'Symbol()' |
| PASS | must allow assigning to a symbol property on an object which implements indexed and named property getters and setters when not in strict mode | |
| PASS | must allow assigning to a symbol property on an object which implements indexed and named property getters and setters in strict mode |
bundle built 2026-07-16T07:16:48.063Z