summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/417852-1.html
blob: bf8ba34863356b280b4eda07aa43b2dd48028787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">

window.__proto__ = null;
Object.prototype.__proto__ = window;

</script>
</head>
<body>
</body>
</html>