gecko-dev/dom/base/crashtests/582601.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 строки
158 B
HTML
Исходник Обычный вид История

<html>
<head>
<title>Crashtest</title>
<script>
var attr = document.createAttribute("foo");
attr.lookupPrefix("");
</script>
</head>
<body>
</body>
</html>