blob: 26c880f259c41de5549cfbb7dc7772f049b493a6 [file] [log] [blame]
<html>
<head>
<script src="../../../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
function getter() { throw new Error("[[Get]] should be unreachable!"); }
shouldThrowErrorName("location.__defineGetter__('toString', getter)", "TypeError");
</script>
<script src="../../../../resources/js-test-post.js"></script>
</body>
</html>