462929-1.html 255 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script type="text/javascript">
  5. var a = document.createElementNS("http://www.w3.org/2000/svg", "foo");
  6. var b = document.createElementNS("http://www.w3.org/1998/Math/MathML", "math");
  7. </script>
  8. </head>
  9. <body></body>
  10. </html>