mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
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.
This commit is contained in:
parent
2b905cc482
commit
0564e06f10
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/tcl3
Commit: 0564e06f10
Pull-request: https://github.com/SerenityOS/serenity/pull/23959
5 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
document.clear() returns undefined: true
|
||||
document.captureEvents() returns undefined: true
|
||||
document.releaseEvents() returns undefined: true
|
Loading…
Add table
Add a link
Reference in a new issue