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

12 lines
117 B
HTML
Raw Normal View History

2007-12-14 19:25:12 -08:00
<html>
<head>
<script>
try {
document.getBoxObjectFor({});
} catch(e) { }
</script>
</head>
<body>
</body>
</html>