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

13 lines
164 B
HTML
Raw Normal View History

2007-12-17 23:15:38 -08:00
<html>
<head>
<script type="text/javascript">
try {
document.addBinding(document.documentElement, null);
} catch (e) {
}
</script>
</head>
<body>
</body>
</html>