Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/webidl/ecmascript-binding/global-object-implicit-this-value.any.txt
Shannon Booth a14711a9d7 LibWeb/Bindings: Use realm's globalObject as thisValue if nullish
We were missing the step to use realm's global object if thisValue
was nullish. This is very trivial to fix, as `impl_this` already
handles everything as it should, allowing us to also remove the
special casing for WindowProxy.
2025-04-22 12:17:14 +02:00

14 lines
713 B
Plaintext

Harness status: OK
Found 9 tests
9 Pass
Pass Global object's getter throws when called on incompatible object
Pass Global object's setter throws when called on incompatible object
Pass Global object's operation throws when called on incompatible object
Pass Global object's getter throws when called on incompatible object (document.all)
Pass Global object's setter throws when called on incompatible object (document.all)
Pass Global object's operation throws when called on incompatible object (document.all)
Pass Global object's getter works when called on null / undefined
Pass Global object's setter works when called on null / undefined
Pass Global object's operation works when called on null / undefined