gecko/content/base/crashtests/326778-1.html
jruderman@hmc.edu bba52bfb25 Add crashtest.
2007-12-14 19:25:12 -08:00

12 lines
117 B
HTML

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