ladybird/Tests/LibWeb/Text/expected/DOM/Document-methods-that-must-do-nothing.txt
Tim Ledbetter 0564e06f10 LibWeb: Add methods to Document that must do nothing
This change adds the `clear()`, `captureEvents()` and `releaseEvents()`
methods to the document 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

3 lines
139 B
Text

document.clear() returns undefined: true
document.captureEvents() returns undefined: true
document.releaseEvents() returns undefined: true