Index: LayoutTests/http/tests/security/cross-frame-access-get-expected.txt |
=================================================================== |
--- LayoutTests/http/tests/security/cross-frame-access-get-expected.txt (revision 112459) |
+++ LayoutTests/http/tests/security/cross-frame-access-get-expected.txt (working copy) |
@@ -376,6 +376,8 @@ |
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-get.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-get.html. Domains, protocols and ports must match. |
+ |
This test checks cross-frame access security (rdar://problem/5251309). |
@@ -536,6 +538,7 @@ |
PASS: canGet('targetWindow.scrollTo') should be 'false' and is. |
PASS: canGet('targetWindow.setInterval') should be 'false' and is. |
PASS: canGet('targetWindow.setTimeout') should be 'false' and is. |
+PASS: canGet('targetWindow.showModalDialog') should be 'false' and is. |
PASS: canGet('targetWindow.stop') should be 'false' and is. |
----- tests for getting of not allowed Attributes ----- |