Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / construct-global-object-expected.txt
blob166eb9812a47f77ab0f3faf96d78027060e8000d
1 This page tests which object prototype is used when calling "new" across windows. If the test passes, you'll see a series of PASS messages below.
3 PASS: o instanceof frames[0].Object should be true and is.
4 PASS: o.__proto__.__proto__ === frames[0].Object.prototype should be true and is.