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", "*"); |
} |