Index: LayoutTests/http/tests/security/cross-frame-access-get-expected.txt |
diff --git a/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt |
index 71e41ad349b913ccc433e3d5f97d76a987b9ddf1..4d10a2f035f6761edf42a9e7cda4b155ce47da6f 100644 |
--- a/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt |
+++ b/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt |
@@ -187,6 +187,7 @@ CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access |
CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match. |
CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match. |
CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match. |
+CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match. |
This test checks cross-frame access security (rdar://problem/5251309). |
@@ -204,7 +205,6 @@ PASS: canGet('targetWindow.focus') should be 'true' and is. |
PASS: canGet('targetWindow.closed') should be 'true' and is. |
PASS: canGet('targetWindow.frames') should be 'true' and is. |
-PASS: canGet('targetWindow.history') should be 'true' and is. |
PASS: canGet('targetWindow.length') should be 'true' and is. |
PASS: canGet('targetWindow.opener') should be 'true' and is. |
PASS: canGet('targetWindow.parent') should be 'true' and is. |
@@ -363,6 +363,7 @@ PASS: canGet('targetWindow.embeds') should be 'false' and is. |
PASS: canGet('targetWindow.eval') should be 'false' and is. |
PASS: canGet('targetWindow.event') should be 'false' and is. |
PASS: canGet('targetWindow.frameElement') should be 'false' and is. |
+PASS: canGet('targetWindow.history') should be 'false' and is. |
PASS: canGet('targetWindow.images') should be 'false' and is. |
PASS: canGet('targetWindow.innerHeight') should be 'false' and is. |
PASS: canGet('targetWindow.innerWidth') should be 'false' and is. |