Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/base/crashtests/crashtests.list
<html>
<head>
<script>
document.createTextNode("").__proto__.__proto__ = null;
document.createTextNode("");
</script>
</head>
<body>
</body>
</html>