jruderman%hmc.edu 0a9db47fce Add crashtests.
git-svn-id: svn://10.0.0.236/trunk@241210 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-14 03:52:33 +00:00

15 lines
131 B
HTML

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