gecko/content/base/crashtests/326618-1.html

15 lines
131 B
HTML
Raw Normal View History

2007-12-13 19:52:32 -08:00
<html>
<head>
</head>
<body>
<script>
try {
document.body.removeChild(function(){});
} catch (e) {
}
</script>
</body>
</html>