| 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 | |