blob: 166eb9812a47f77ab0f3faf96d78027060e8000d [file] [log] [blame]
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.