Index: LayoutTests/fast/loader/stateobjects/document-destroyed-navigate-back-expected.txt |
diff --git a/LayoutTests/fast/loader/stateobjects/document-destroyed-navigate-back-expected.txt b/LayoutTests/fast/loader/stateobjects/document-destroyed-navigate-back-expected.txt |
index 0e8a11dd6b8ec107c7d62886ae3980ac9d2d6c61..a409bd85c43797b6842c589eeb2ee33bdc530c40 100644 |
--- a/LayoutTests/fast/loader/stateobjects/document-destroyed-navigate-back-expected.txt |
+++ b/LayoutTests/fast/loader/stateobjects/document-destroyed-navigate-back-expected.txt |
@@ -4,13 +4,13 @@ ALERT: State popped - SecondEntry (type string) |
ALERT: Navigating back... |
main frame - has 1 onunload handler(s) |
ALERT: Last path component of location is document-destroyed-navigate-back.html?SecondEntryWillLaterBeReactivated |
-ALERT: State popped - SecondEntryWillLaterBeReactivated (type string) |
+ALERT: Page shown - SecondEntryWillLaterBeReactivated (type string) |
ALERT: State popped - FirstEntryWillLaterBeReactivated (type string) |
ALERT: Test complete |
This test: |
-Builds up a list of state object entries with fragment URLs. |
-Navigates through them to verify that the popstate event is fired. |
-Navigates away to a new document, with the old document being destroyed. |
--Navigates back to the state object entries and verifies the popstate event is fired even on the new documents. |
+-Navigates back to the state object entries and verifies the pageshow or popstate events are fired on the new documents. |