/webidl/ecmascript-binding/legacy-platform-object/DefineOwnProperty.html| status | subtest | message |
|---|---|---|
| FAIL | Test [[DefineOwnProperty]] with no indexed property setter support. | assert_throws_js: function "() => Object.defineProperty(domTokenList, "0", {value: true, writable: true})" did not throw |
| FAIL | Test [[DefineOwnProperty]] with indexed property setter support. | assert_throws_js: function "() => Object.defineProperty(select, "0", {get: () => {}})" did not throw |
| FAIL | Test [[DefineOwnProperty]] with no named property setter support. | Cannot read properties of undefined (reading 'length') |
| FAIL | Test [[DefineOwnProperty]] with named property setter support. | assert_throws_js: function "() => Object.defineProperty(domStringMap, "foo", {get: () => {}})" did not throw |
bundle built 2026-07-16T07:16:48.063Z