gecko-dev/dom/base/crashtests/327695-1.html

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

2007-12-14 06:52:32 +03:00
<html>
<head>
<script>
document.createTextNode("").__proto__.__proto__ = null;
document.createTextNode("");
</script>
</head>
<body>
</body>
</html>