mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 13:39:25 +00:00
8 lines
194 B
HTML
8 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>
|