mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Make DOMImplementation.createHTMLDocument() create HTMLDocument
Prior to this change, this API would actually create an XML Document(!)
This commit is contained in:
parent
b9bacb3ff4
commit
99ca2ccf08
Notes:
sideshowbarker
2024-07-17 08:25:15 +09:00
Author: https://github.com/awesomekling
Commit: 99ca2ccf08
Pull-request: https://github.com/SerenityOS/serenity/pull/23549
5 changed files with 28 additions and 2 deletions
|
@ -0,0 +1,4 @@
|
|||
[object HTMLDocument]
|
||||
true
|
||||
[object HTMLDocument]
|
||||
true
|
Loading…
Add table
Add a link
Reference in a new issue