3 <script src=
"../../../resources/js-test.js"></script>
6 description('Tests that the Window constructor is present and that window is an instanceof of it.');
8 shouldNotBe('typeof Window', '"undefined"');
9 shouldBeTrue('window instanceof Window');