tenfourfox/dom/base/crashtests/582601.html

13 lines
158 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<title>Crashtest</title>
<script>
var attr = document.createAttribute("foo");
attr.lookupPrefix("");
</script>
</head>
<body>
</body>
</html>