mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 13:35:00 +00:00
7 lines
202 B
HTML
7 lines
202 B
HTML
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
const xmlDoc = document.implementation.createDocument(null, "books");
|
|
println(xmlDoc.constructor.name);
|
|
});
|
|
</script>
|