Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/webidl/ecmascript-binding/window-named-properties-object.txt
Shannon Booth b05c56cbb6 LibWeb/Bindings: Fix LegacyUnenumerableNamedProperties enumerability
The boolean was mistakenly reversed.
2026-04-03 18:33:45 +02:00

18 lines
457 B
Plaintext

Harness status: OK
Found 13 tests
13 Pass
Pass [[SetPrototypeOf]] and [[GetPrototypeOf]]
Pass [[PreventExtensions]] and [[IsExtensible]]
Pass [[GetOwnProperty]]
Pass [[GetOwnProperty]] (named property visibility algorithm)
Pass [[DefineOwnProperty]]
Pass [[HasProperty]]
Pass [[Get]]
Pass [[Get]] (named property visibility algorithm)
Pass [[Set]] (direct)
Pass [[Set]] (prototype chain)
Pass [[Set]] (Reflect.set)
Pass [[Delete]]
Pass [[OwnPropertyKeys]]