summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/construct-global-object-expected.txt
blob: 166eb9812a47f77ab0f3faf96d78027060e8000d (plain)
1
2
3
4
5
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.

PASS: o instanceof frames[0].Object should be true and is.
PASS: o.__proto__.__proto__ === frames[0].Object.prototype should be true and is.