| OLD | NEW |
| 1 CONSOLE WARNING: 'getMatchedCSSRules()' is deprecated. For more help, check http
s://code.google.com/p/chromium/issues/detail?id=437569#c2 | 1 CONSOLE WARNING: line 1: 'getMatchedCSSRules()' is deprecated. For more help, ch
eck https://code.google.com/p/chromium/issues/detail?id=437569#c2 |
| 2 | 2 |
| 3 ----- tests for calling methods of another frame using Function.call ----- | 3 ----- tests for calling methods of another frame using Function.call ----- |
| 4 | 4 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 6 |
| 7 | 7 |
| 8 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.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.. |
| 9 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.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.. |
| 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.. | 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: Faile
d to execute 'getSelection' 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: Faile
d to execute 'getSelection' on 'Window': Blocked a frame with origin "http://127
.0.0.1:8000" from accessing a cross-origin frame.. |
| (...skipping 18 matching lines...) Expand all Loading... |
| 30 PASS window.resizeBy.call(targetWindow, 0, 0); threw exception SecurityError: Fa
iled to execute 'resizeBy' on 'Window': Blocked 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: Fa
iled to execute 'resizeBy' on 'Window': Blocked 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: Fa
iled to execute 'resizeTo' on 'Window': Blocked 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: Fa
iled to execute 'resizeTo' on 'Window': Blocked 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: Failed to execute 'addEventListener' on 'EventTarget': Bloc
ked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fr
ame.. | 32 PASS window.addEventListener.call(targetWindow, 'load', null, false); threw exce
ption SecurityError: Failed to execute 'addEventListener' on 'EventTarget': Bloc
ked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin fr
ame.. |
| 33 PASS window.removeEventListener.call(targetWindow, 'load', null, false); threw e
xception SecurityError: Failed to execute 'removeEventListener' on 'EventTarget'
: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-ori
gin frame.. | 33 PASS window.removeEventListener.call(targetWindow, 'load', null, false); threw e
xception SecurityError: Failed to execute 'removeEventListener' on 'EventTarget'
: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-ori
gin 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: Failed to execute 'toString' on 'Location': Blocked a frame with origin
"http://127.0.0.1:8000" from accessing a cross-origin frame.. | 35 PASS window.location.toString.call(targetWindow.location) threw exception Securi
tyError: Failed to execute 'toString' on 'Location': Blocked a frame with origin
"http://127.0.0.1:8000" from accessing a cross-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 |