gecko-dev/content/base/crashtests/326865-1.html
jruderman@hmc.edu 20ca34a882 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>