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