JS: Add test

This commit is contained in:
Asger F
2025-04-02 10:12:16 +02:00
parent e2ed848dbb
commit 48db2b9315

View File

@@ -0,0 +1,5 @@
function t1() {
const elm = document.getElementById("foo");
const e2 = elm.getElementsByTagName("bar")[0];
e2.innerHTML = window.name; // $ MISSING: Alert
}