Index: LayoutTests/http/tests/security/cross-frame-access-call-expected.txt |
=================================================================== |
--- LayoutTests/http/tests/security/cross-frame-access-call-expected.txt (revision 112459) |
+++ LayoutTests/http/tests/security/cross-frame-access-call-expected.txt (working copy) |
@@ -52,8 +52,10 @@ |
CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-get-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-call.html. Domains, protocols and ports must match. |
+CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-get-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-call.html. Domains, protocols and ports must match. |
+ |
----- tests for calling methods of another frame using Function.call ----- |
PASS: window.setTimeout.call(targetWindow, 'void(0);', 0) should be 'undefined' and is. |
@@ -82,5 +84,7 @@ |
PASS: window.moveTo.call(targetWindow, 0, 0); should be 'undefined' and is. |
PASS: window.resizeBy.call(targetWindow, 0, 0); should be 'undefined' and is. |
PASS: window.resizeTo.call(targetWindow, 0, 0); should be 'undefined' and is. |
+PASS: window.showModalDialog.call(targetWindow); should be 'undefined' and is. |
+PASS: window.eval.call(targetWindow, '1+2'); should be 'EvalError: The "this" value passed to eval must be the global object from which eval originated' and is. |
PASS: window.location.toString.call(targetWindow.location) should be 'undefined' and is. |