| OLD | NEW |
| 1 | 1 |
| 2 ----- tests for calling methods of another frame using Function.call ----- | 2 ----- tests for calling methods of another frame using Function.call ----- |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS window.setTimeout.call(targetWindow, 'void(0);', 0) threw exception Securit
yError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cro
ss-origin frame.. | 7 PASS window.setTimeout.call(targetWindow, 'void(0);', 0) threw exception Securit
yError: Failed to execute 'setTimeout' on 'Window': Blocked a frame with origin
"http://127.0.0.1:8000" from accessing a cross-origin frame.. |
| 8 PASS window.setInterval.call(targetWindow, 'void(0);', 0) threw exception Securi
tyError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cr
oss-origin frame.. | 8 PASS window.setInterval.call(targetWindow, 'void(0);', 0) threw exception Securi
tyError: Failed to execute 'setInterval' on 'Window': Blocked a frame with origi
n "http://127.0.0.1:8000" from accessing a cross-origin frame.. |
| 9 PASS window.showModalDialog.call(targetWindow); threw exception SecurityError: B
locked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. | 9 PASS window.showModalDialog.call(targetWindow); threw exception SecurityError: F
ailed to execute 'showModalDialog' on 'Window': Blocked a frame with origin "htt
p://127.0.0.1:8000" from accessing a cross-origin frame.. |
| 10 PASS window.open.call(targetWindow, '') threw exception SecurityError: Blocked a
frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.. | 10 PASS window.open.call(targetWindow, '') threw exception SecurityError: Failed to
execute 'open' on 'Window': Blocked a frame with origin "http://127.0.0.1:8000"
from accessing a cross-origin frame.. |
| 11 PASS window.getSelection.call(targetWindow) threw exception SecurityError: Block
ed a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fra
me.. | 11 PASS window.getSelection.call(targetWindow) threw exception SecurityError: Block
ed a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fra
me.. |
| 12 PASS window.find.call(targetWindow, 'string', false, false, false, false, false,
false) threw exception SecurityError: Blocked a frame with origin "http://127.0
.0.1:8000" from accessing a cross-origin frame.. | 12 PASS window.find.call(targetWindow, 'string', false, false, false, false, false,
false) threw exception SecurityError: Blocked a frame with origin "http://127.0
.0.1:8000" from accessing a cross-origin frame.. |
| 13 PASS window.confirm.call(targetWindow, 'message') threw exception SecurityError:
Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-orig
in frame.. | 13 PASS window.confirm.call(targetWindow, 'message') threw exception SecurityError:
Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-orig
in frame.. |
| 14 PASS window.prompt.call(targetWindow, 'message', 'defaultValue') threw exception
SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessi
ng a cross-origin frame.. | 14 PASS window.prompt.call(targetWindow, 'message', 'defaultValue') threw exception
SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessi
ng a cross-origin frame.. |
| 15 PASS window.getComputedStyle.call(targetWindow, document.body, '') threw excepti
on SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from acces
sing a cross-origin frame.. | 15 PASS window.getComputedStyle.call(targetWindow, document.body, '') threw excepti
on SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from acces
sing a cross-origin frame.. |
| 16 PASS window.getMatchedCSSRules.call(targetWindow, document.body, '') threw excep
tion SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from acc
essing a cross-origin frame.. | 16 PASS window.getMatchedCSSRules.call(targetWindow, document.body, '') threw excep
tion SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from acc
essing a cross-origin frame.. |
| 17 PASS window.openDatabase.call(targetWindow, 'name', '1.0', 'description', 0) thr
ew exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000"
from accessing a cross-origin frame.. | 17 PASS window.openDatabase.call(targetWindow, 'name', '1.0', 'description', 0) thr
ew exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000"
from accessing a cross-origin frame.. |
| 18 PASS window.atob.call(targetWindow, 'string') threw exception SecurityError: Blo
cked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin f
rame.. | 18 PASS window.atob.call(targetWindow, 'string') threw exception SecurityError: Blo
cked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin f
rame.. |
| 19 PASS window.btoa.call(targetWindow, 'string') threw exception SecurityError: Blo
cked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin f
rame.. | 19 PASS window.btoa.call(targetWindow, 'string') threw exception SecurityError: Blo
cked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin f
rame.. |
| 20 PASS window.clearTimeout.call(targetWindow, 0); threw exception SecurityError: B
locked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. | 20 PASS window.clearTimeout.call(targetWindow, 0); threw exception SecurityError: B
locked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. |
| 21 PASS window.clearInterval.call(targetWindow, 0); threw exception SecurityError:
Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origi
n frame.. | 21 PASS window.clearInterval.call(targetWindow, 0); threw exception SecurityError:
Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origi
n frame.. |
| 22 PASS window.print.call(targetWindow); threw exception SecurityError: Blocked a f
rame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.. | 22 PASS window.print.call(targetWindow); threw exception SecurityError: Blocked a f
rame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.. |
| 23 PASS window.stop.call(targetWindow); threw exception SecurityError: Blocked a fr
ame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.. | 23 PASS window.stop.call(targetWindow); threw exception SecurityError: Blocked a fr
ame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.. |
| 24 PASS window.alert.call(targetWindow, 'message'); threw exception SecurityError:
Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origi
n frame.. | 24 PASS window.alert.call(targetWindow, 'message'); threw exception SecurityError:
Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origi
n frame.. |
| 25 PASS window.scrollBy.call(targetWindow, 0, 0); threw exception SecurityError: Bl
ocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. | 25 PASS window.scrollBy.call(targetWindow, 0, 0); threw exception SecurityError: Bl
ocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. |
| 26 PASS window.scrollTo.call(targetWindow, 0, 0); threw exception SecurityError: Bl
ocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. | 26 PASS window.scrollTo.call(targetWindow, 0, 0); threw exception SecurityError: Bl
ocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. |
| 27 PASS window.scroll.call(targetWindow, 0, 0); threw exception SecurityError: Bloc
ked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fr
ame.. | 27 PASS window.scroll.call(targetWindow, 0, 0); threw exception SecurityError: Bloc
ked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fr
ame.. |
| 28 PASS window.moveBy.call(targetWindow, 0, 0); threw exception SecurityError: Bloc
ked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fr
ame.. | 28 PASS window.moveBy.call(targetWindow, 0, 0); threw exception SecurityError: Bloc
ked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fr
ame.. |
| 29 PASS window.moveTo.call(targetWindow, 0, 0); threw exception SecurityError: Bloc
ked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fr
ame.. | 29 PASS window.moveTo.call(targetWindow, 0, 0); threw exception SecurityError: Bloc
ked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fr
ame.. |
| 30 PASS window.resizeBy.call(targetWindow, 0, 0); threw exception SecurityError: Bl
ocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. | 30 PASS window.resizeBy.call(targetWindow, 0, 0); threw exception SecurityError: Bl
ocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. |
| 31 PASS window.resizeTo.call(targetWindow, 0, 0); threw exception SecurityError: Bl
ocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. | 31 PASS window.resizeTo.call(targetWindow, 0, 0); threw exception SecurityError: Bl
ocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin
frame.. |
| 32 PASS window.addEventListener.call(targetWindow, 'load', null, false); threw exce
ption SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from ac
cessing a cross-origin frame.. | 32 PASS window.addEventListener.call(targetWindow, 'load', null, false); threw exce
ption SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from ac
cessing a cross-origin frame.. |
| 33 PASS window.removeEventListener.call(targetWindow, 'load', null, false); threw e
xception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from
accessing a cross-origin frame.. | 33 PASS window.removeEventListener.call(targetWindow, 'load', null, false); threw e
xception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from
accessing a cross-origin frame.. |
| 34 PASS: window.eval.call(targetWindow, '1+2'); should be '3' and is. | 34 PASS: window.eval.call(targetWindow, '1+2'); should be '3' and is. |
| 35 PASS window.location.toString.call(targetWindow.location) threw exception Securi
tyError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cr
oss-origin frame.. | 35 PASS window.location.toString.call(targetWindow.location) threw exception Securi
tyError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cr
oss-origin frame.. |
| 36 PASS: successfullyParsed should be 'true' and is. | 36 PASS: successfullyParsed should be 'true' and is. |
| 37 | 37 |
| 38 TEST COMPLETE | 38 TEST COMPLETE |
| 39 | 39 |
| OLD | NEW |