Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/base/crashtests/crashtests.list
<html>
<head>
<script>
try {
window.getComputedStyle(null);
} catch (e) {
}
</script>
</head>
<body>
</body>
</html>