gecko/content/base/crashtests/326865-1.html
jruderman@hmc.edu 0b70e3463e Add crashtests.
2007-12-13 19:52:32 -08:00

13 lines
125 B
HTML

<html>
<head>
<script>
try {
window.getComputedStyle(null, null);
} catch (e) {
}
</script>
</head>
<body>
</body>
</html>