| OLD | NEW |
| (Empty) |
| 1 | |
| 2 Tests that making other frame window a prototype doesn't expose that window meth
ods | |
| 3 | |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 5 | |
| 6 | |
| 7 PASS targetWindow.setTimeout(callback, 0, this); threw exception SecurityError:
Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origi
n frame.. | |
| 8 PASS setTimeout.call(targetWindow, callback, 0, this); threw exception SecurityE
rror: Failed to execute 'setTimeout' on 'Window': Blocked a frame with origin "h
ttp://127.0.0.1:8000" from accessing a cross-origin frame.. | |
| 9 PASS originalSetTimeout.call(targetWindow, callback, 0, this); threw exception S
ecurityError: Failed to execute 'setTimeout' on 'Window': Blocked a frame with o
rigin "http://127.0.0.1:8000" from accessing a cross-origin frame.. | |
| 10 PASS this.wasInvoked is false | |
| 11 PASS successfullyParsed is true | |
| 12 | |
| 13 TEST COMPLETE | |
| 14 | |
| OLD | NEW |