blob: 8cb5f24ee987982291bd00ed509426a8b27489a8 [file] [log] [blame]
<!doctype html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
shouldThrow("getComputedStyle()");
shouldThrow("getComputedStyle(document)");
shouldThrow("getComputedStyle(null)");
shouldThrow("getComputedStyle(undefined)");
</script>
</body>
</html>