/webidl/ecmascript-binding/global-object-implicit-this-value-cross-realm.html| status | subtest | message |
|---|---|---|
| FAIL | Cross-realm global object's getter throws when called on incompatible object | assert_throws_js: function "() => { Object.create(other).window; }" did not throw |
| FAIL | Cross-realm global object's setter throws when called on incompatible object | assert_throws_js: function "() => { Object.create(other).name = "dummy"; }" did not throw |
| FAIL | Cross-realm global object's operation throws when called on incompatible object | assert_throws_js: function "() => { new Proxy(other, {}).removeEventListener("foo", () => {}); }" did not throw |
| FAIL | Cross-realm global object's getter called on null / undefined | promise_test: Unhandled rejection with value: object "TypeError: Cannot read properties of undefined (reading 'call')" |
| FAIL | Cross-realm global object's setter called on null / undefined | assert_true: expected true got false |
| FAIL | Cross-realm global object's operation called on null / undefined | promise_test: Unhandled rejection with value: object "TypeError: otherFocus is not a function" |
bundle built 2026-07-16T07:16:48.063Z