Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt

Issue 14198015: Deny cross-origin access to 'window.history'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698