326646-1.html (196B)
1 <html> 2 <head> 3 4 <script> 5 6 var dt; 7 8 function init() { 9 dt = document.implementation.createDocumentType("rheet", 0, 2); 10 dt.foopy = "quux"; 11 } 12 13 init(); 14 15 </script> 16 17 </head> 18 19 <body> 20 21 </body> 22 </html>