gecko-dev/content/base/crashtests/326618-1.html
jruderman@hmc.edu 20ca34a882 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>