Mypal/dom/base/crashtests/326865-1.html

13 lines
125 B
HTML

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