Index: LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt |
diff --git a/LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt |
index 91f8b7789c8d93a43975d36f8ab078754130c898..0e31236ec0910489dc983a04251f01339881b45e 100644 |
--- a/LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt |
+++ b/LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt |
@@ -1,5 +1,3 @@ |
-CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "https://127.0.0.1:8443". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match. |
- |
This test currently fails because we check the port and protocol even if document.domain is explicitly set (rdar://problem/5366437). |