blob: 8f18f408dd8877491ab024a4376505e9a569740c [file]
<!DOCTYPE html>
<body>
<script src="../../js/resources/js-test-pre.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>
<script src="../../js/resources/js-test-post.js"></script>
</body>