Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(622)

Side by Side Diff: LayoutTests/http/tests/security/cross-frame-access-call-expected.txt

Issue 764083002: Deprecate getMatchedCSSRules() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update platform expectations Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'getMatchedCSSRules()' is deprecated. For more help, check http s://code.google.com/p/chromium/issues/detail?id=437569#c2
1 2
2 ----- tests for calling methods of another frame using Function.call ----- 3 ----- tests for calling methods of another frame using Function.call -----
3 4
4 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 ".
5 6
6 7
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.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: 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..
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.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: 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.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..
(...skipping 19 matching lines...) Expand all
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.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.. 32 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.. 33 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.. 34 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. 35 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.. 36 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. 37 PASS: successfullyParsed should be 'true' and is.
37 38
38 TEST COMPLETE 39 TEST COMPLETE
39 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698