mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
9 lines
194 B
HTML
9 lines
194 B
HTML
<script src="../include.js"></script>
|
|
<svg id="svgRoot"></svg>
|
|
<script>
|
|
test(() => {
|
|
const x = svgRoot.getElementById("x");
|
|
println(`PASS: ${x === null}`);
|
|
});
|
|
</script>
|