blob: dfc42bf37f56823f9fc97c60bbe8b503e1c04a26 [file] [log] [blame]
Tests that calling an instance property getter on another instance works as expected
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS locationGetter instanceof otherWindow.Function is true
PASS locationGetter.call(otherWindow.document).toString() is "about:blank"
PASS locationGetter.call(window.document) === window.document.location is true
PASS successfullyParsed is true
TEST COMPLETE