ladybird/Tests/LibWeb/Text/expected/htmlcollection-property-set-existing.txt
Tyler Dence 0378645c25 LibWeb: PlatformObject::DefineOwnProperty fix 'has own property' check
PlatformObjects with named properties does not qualify as 'has own
property' just by virtue of a named property existing.

This fixes at least one WPT test, which is imported.
2024-12-20 15:10:24 +01:00

2 lines
119 B
Text

[Pass] Object.defineProperty(HTMLCollection, key, value) throws
[Pass] "use strict"; HTMLCollection[key] setter throws