xhtml_ns_changed.xml (256B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head><script> 3 var newRoot = document.createElementNS("http://www.w3.org/2000/svg", "abc"); 4 document.removeChild(document.documentElement); 5 document.appendChild(newRoot); 6 </script></head> 7 </html>