blob: 1d58e1b2664b8414635d67f6ef3ab26293346438 [file] [log] [blame]
Tests that the Window constructor is present and that window is an instanceof of it.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS typeof Window is not "undefined"
PASS window instanceof Window is true
PASS successfullyParsed is true
TEST COMPLETE