gecko/content/base/crashtests/326618-1.html
jruderman@hmc.edu 0b70e3463e Add crashtests.
2007-12-13 19:52:32 -08:00

15 lines
131 B
HTML

<html>
<head>
</head>
<body>
<script>
try {
document.body.removeChild(function(){});
} catch (e) {
}
</script>
</body>
</html>