summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/327695-1.html
blob: a3d5562b3a42fa2acfdec13fee7d0187391e6b38 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<script>
document.createTextNode("").__proto__.__proto__ = null;
document.createTextNode("");
</script>
</head>
<body>
</body>
</html>