mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 15:13:07 +00:00
8 lines
272 B
HTML
8 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>
|