Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / xss-DENIED-method-with-iframe-proto-expected.txt
blobd69e26dbd8d6e4c1472927c225d6d347ea3bdaec
2 Tests that making other frame window a prototype doesn't expose that window methods
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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-origin frame..
8 PASS setTimeout.call(targetWindow, callback, 0, this); threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
9 PASS originalSetTimeout.call(targetWindow, callback, 0, this); threw exception SecurityError: Failed to execute 'setTimeout' on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
10 PASS this.wasInvoked is false
11 PASS successfullyParsed is true
13 TEST COMPLETE