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

Unified Diff: LayoutTests/http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html

Issue 242613009: Make window.history property non replaceable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 8 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/resources/cross-origin-replaces-history-object-child-iframe.html
diff --git a/LayoutTests/http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html b/LayoutTests/http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html
index 664d04061a15467ba95c08900a6c07976d1bb605..cdd1513bc34dcc099c19e82ca08acb83d6f798ca 100644
--- a/LayoutTests/http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html
+++ b/LayoutTests/http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html
@@ -16,7 +16,7 @@ function setHistoryLength()
{
alert("About to shadow child window's history object: " + window.history);
window.history = "";
- alert("Shadowed child window's history object: " + window.history);
+ alert("Child window's history object should not be shadowed: " + window.history);
parent.window.postMessage("done", "*");
}
« no previous file with comments | « LayoutTests/http/tests/history/cross-origin-replace-history-object-child-expected.txt ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698