Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / window-constructor-presence-expected.txt
blob1d58e1b2664b8414635d67f6ef3ab26293346438
1 Tests that the Window constructor is present and that window is an instanceof of it.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS typeof Window is not "undefined"
7 PASS window instanceof Window is true
8 PASS successfullyParsed is true
10 TEST COMPLETE