blob: fee016bb7a3fc127a52ff0c048e0323e2e16664b [file] [log] [blame]
cdumez@apple.com40d12c92016-02-04 21:36:04 +00001Tests that calling an instance property getter on another instance works as expected
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS locationGetter is an instance of function Function() {
7 [native code]
8}
9PASS locationGetter.call(otherWindow.document).toString() is "about:blank"
cdumez@apple.com82cc61c2016-02-06 00:18:41 +000010PASS locationGetter.call(window.document) === window.document.location is true
cdumez@apple.com40d12c92016-02-04 21:36:04 +000011PASS successfullyParsed is true
12
13TEST COMPLETE
14