1 2 3 4 5 6 7 8 9 10 11 12
<html> <head> <title>Crashtest</title> <script> var attr = document.createAttribute("foo"); attr.lookupPrefix(""); </script> </head> <body> </body> </html>