mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 01:31:02 +00:00
8 lines
202 B
HTML
8 lines
202 B
HTML
|
|
<script src="../include.js"></script>
|
||
|
|
<script>
|
||
|
|
test(() => {
|
||
|
|
const xmlDoc = document.implementation.createDocument(null, "books");
|
||
|
|
println(xmlDoc.constructor.name);
|
||
|
|
});
|
||
|
|
</script>
|