mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
LibWeb: Create XMLDocuments in DOMImplementation.createDocument
This commit is contained in:
parent
36c145b197
commit
cd156bad6b
3 changed files with 11 additions and 3 deletions
|
@ -0,0 +1,7 @@
|
|||
<script src="../include.js"></script>
|
||||
<script>
|
||||
test(() => {
|
||||
const xmlDoc = document.implementation.createDocument(null, "books");
|
||||
println(xmlDoc.constructor.name);
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue