466607-1.html (267B)
1 <html> 2 <head> 3 <script type="text/javascript"> 4 5 function boom() 6 { 7 document.body.appendChild(document.createElementNS("bar", "audio")); 8 document.body.appendChild(document.createElementNS("bar", "video")); 9 } 10 11 </script> 12 </head> 13 <body onload="boom();"></body> 14 </html>