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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/history/push-state-in-new-frame-expected.txt

Issue 1495013002: Check for equality of the URL's origin in replaceState/pushState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put all logic in History.cpp, change tests to testharness Created 5 years 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: third_party/WebKit/LayoutTests/http/tests/history/push-state-in-new-frame-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/history/push-state-in-new-frame-expected.txt b/third_party/WebKit/LayoutTests/http/tests/history/push-state-in-new-frame-expected.txt
index 226e00e3bb10c3169a73c8eb9592781158da28ae..b8e91e0fa93ce8c95ae46f581f6d88ea00b2ab50 100644
--- a/third_party/WebKit/LayoutTests/http/tests/history/push-state-in-new-frame-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/history/push-state-in-new-frame-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE ERROR: line 11: Uncaught SecurityError: Failed to execute 'pushState' on 'History': A history state object with URL 'http://127.0.0.1:8000/pushState.html' cannot be created in a document with origin 'http://127.0.0.1:8000' and URL 'about:blank'.
============== Back Forward List ==============

Powered by Google App Engine
This is Rietveld 408576698