mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
9 lines
272 B
HTML
9 lines
272 B
HTML
<script src="../include.js"></script>
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<script id="svg-script-element">
|
|
test(() => {
|
|
println(`Hello from ${document.getElementById('svg-script-element').constructor.name}!`);
|
|
});
|
|
</script>
|
|
</svg>
|