jruderman%hmc.edu 0a9db47fce Add crashtests.
git-svn-id: svn://10.0.0.236/trunk@241210 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-14 03:52:33 +00:00

13 lines
125 B
HTML

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