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

11 lines
149 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<script>
document.createTextNode("").__proto__.__proto__ = null;
document.createTextNode("");
</script>
</head>
<body>
</body>
</html>