blob: 01b9591da2bed828507cff700fba9a7bf015e36b [file] [log] [blame]
<!DOCTYPE html>
<body>
<script src="../../../resources/js-test.js"></script>
<script>
description('Tests that the Window constructor is present and that window is an instanceof of it.');
shouldNotBe('typeof Window', '"undefined"');
shouldBeTrue('window instanceof Window');
</script>
</body>