mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
10 lines
210 B
HTML
10 lines
210 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<svg id="svgRoot"></svg>
|
|
<script>
|
|
test(() => {
|
|
const x = svgRoot.getElementById("x");
|
|
println(`PASS: ${x === null}`);
|
|
});
|
|
</script>
|