Dynamic Adding of Elements Test of Dynamic Adding of Elements The result of this test is unknown. test(function() { var parentEl = document.getElementById("parentEl"); var newChild = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); parentEl.appendChild(newChild); assert_equals(parentEl.childElementCount, 2) })