<script src="../../../resources/js-test.js"></script>
<script>
shouldThrow("getComputedStyle(null)");
shouldThrow("getComputedStyle(undefined)");
shouldThrow("getComputedStyle(document.createTextNode(\"foo\"))");
</script>
<script src="../../../resources/js-test.js"></script>
<script>
shouldThrow("getComputedStyle(null)");
shouldThrow("getComputedStyle(undefined)");
shouldThrow("getComputedStyle(document.createTextNode(\"foo\"))");
</script>