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

13 lines
125 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<script>
try {
window.getComputedStyle(null, null);
} catch (e) {
}
</script>
</head>
<body>
</body>
</html>