Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / history / resources / cross-origin-replaces-history-object-child-iframe.html
index 664d040..cdd1513 100644 (file)
@@ -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", "*");
 }