Index: LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt |
diff --git a/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt |
index 890d049dd0003b91fcaac462e98415e6bc5d5e80..6d53b045533f15a737dc4e77a7b21d571bbad62b 100644 |
--- a/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt |
+++ b/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt |
@@ -1,7 +1,5 @@ |
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 tests that you can't get the prototype of the window or history objects cross-origin using Object.getPrototypeOf(). |
+This tests that you can't get the prototype of the window object cross-origin using Object.getPrototypeOf(). |
PASS: Object.getPrototypeOf(targetWindow) should be 'undefined' and is. |
-PASS: Object.getPrototypeOf(targetWindow.history) should be 'undefined' and is. |