ladybird/Tests/LibWeb/Text/expected/DOM/Window-methods-that-must-do-nothing.txt
Tim Ledbetter 88f3145f8a LibWeb: Add methods to Window that must do nothing
This change adds the `captureEvents()` and `releaseEvents()` methods to
the window object. These methods are obsolete, but are still included
in the HTML specification, which says they must do nothing.
2024-04-14 10:45:43 +02:00

2 lines
94 B
Text

window.captureEvents() returns undefined: true
window.releaseEvents() returns undefined: true