mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-29 02:57:17 +02:00
LibWeb: Create XMLDocuments in DOMImplementation.createDocument
This commit is contained in:
committed by
Andreas Kling
parent
36c145b197
commit
cd156bad6b
Notes:
sideshowbarker
2024-07-16 17:05:37 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/cd156bad6b Pull-request: https://github.com/SerenityOS/serenity/pull/22567 Reviewed-by: https://github.com/awesomekling
@@ -0,0 +1,7 @@
|
||||
<script src="../include.js"></script>
|
||||
<script>
|
||||
test(() => {
|
||||
const xmlDoc = document.implementation.createDocument(null, "books");
|
||||
println(xmlDoc.constructor.name);
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user