ladybird/Tests/LibWeb/Text/expected/DOM/Event-has-unforgeable-properties.txt
Luke Wilde c7d25301d3 LibWeb: Implement the LegacyUnforgeable attribute
This fixes the frame-ancestors WPT tests from crashing when an iframe
is blocked from loading. This is because it would get an undefined
location.href from the cross-origin iframe, which causes a crash as it
expects it to be there.
2025-03-27 23:50:35 +00:00

18 lines
701 B
Text

isTrusted exists on Event instance itself: true
isTrusted does not exist on LocationPrototype: true
isTrusted descriptor is not undefined: true
isTrusted enumerable: true
isTrusted configurable: false
isTrusted writable: undefined
isTrusted exists on UIEvent instance itself: true
isTrusted does not exist on LocationPrototype: true
isTrusted descriptor is not undefined: true
isTrusted enumerable: true
isTrusted configurable: false
isTrusted writable: undefined
isTrusted exists on CustomEvent instance itself: true
isTrusted does not exist on LocationPrototype: true
isTrusted descriptor is not undefined: true
isTrusted enumerable: true
isTrusted configurable: false
isTrusted writable: undefined