mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-15 15:42:52 +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>
|