summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/326618-1.html
blob: 926670ab63c28303f87165795826953c33a91772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
</head>
<body>
<script>

try {
  document.body.removeChild(function(){});
} catch (e) {
}

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