Mypal/dom/base/crashtests/327695-1.html

11 lines
149 B
HTML

<html>
<head>
<script>
document.createTextNode("").__proto__.__proto__ = null;
document.createTextNode("");
</script>
</head>
<body>
</body>
</html>