blob: 6e66778fcc959db82eacfbe13c386c62aff5bd5c [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script>
test(t => {
assert_throws_js(TypeError, function() { new window.blur(); });
}, "Construct call to window methods throws.");
</script>