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

Unified Diff: LayoutTests/http/tests/history/cross-origin-replace-history-object-expected.txt

Issue 19932002: Throw exceptions on all failed cross-origin access checks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test. Created 7 years, 5 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/history/cross-origin-replace-history-object-expected.txt
diff --git a/LayoutTests/http/tests/history/cross-origin-replace-history-object-expected.txt b/LayoutTests/http/tests/history/cross-origin-replace-history-object-expected.txt
index 6d765b874d192c360c5105fe70c407def224a9ef..ee14332431162620846b2ed8cb7696a3d8e1e076 100644
--- a/LayoutTests/http/tests/history/cross-origin-replace-history-object-expected.txt
+++ b/LayoutTests/http/tests/history/cross-origin-replace-history-object-expected.txt
@@ -1,5 +1,5 @@
ALERT: Parent window's history object before attempt to clear: [object History]
ALERT: Attempting to clear parent window's history object:
-CONSOLE MESSAGE: Blocked a frame with origin "http://localhost:8000" from accessing a frame with origin "http://127.0.0.1:8000". Protocols, domains, and ports must match.
+ALERT: PASS: access to parent.window.history threw an exception.
ALERT: Parent window's history object after attempt to clear: [object History]

Powered by Google App Engine
This is Rietveld 408576698