blob: 8a92807a895527ad2a255b0b0b9299e604acfb35 [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