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

Unified Diff: LayoutTests/fast/history/history-length-append-subframe-no-hash-expected.txt

Issue 201773002: Do not trigger new history entry if iframe URL doesn't change (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix tests. Somehow getting different iframe dump on some bots. Created 6 years, 9 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/fast/history/history-length-append-subframe-no-hash-expected.txt
diff --git a/LayoutTests/fast/history/history-length-append-subframe-no-hash-expected.txt b/LayoutTests/fast/history/history-length-append-subframe-no-hash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..579b6ba2ea86a74a3af2c6f707e14ccfe1106072
--- /dev/null
+++ b/LayoutTests/fast/history/history-length-append-subframe-no-hash-expected.txt
@@ -0,0 +1,15 @@
+Tests that appending iframe with with no URL and setting its URL later (without the hash part) does not overwrite current history entry.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
+============== Back Forward List ==============
+curr-> (file test):fast/history/history-length-append-subframe-no-hash.html#wentBack
+ about:blank (in frame "<!--framePath //<!--frame0-->-->")
+ data:text/html,<body onload="history.back()">Must not see this text!!!</body>
+===============================================

Powered by Google App Engine
This is Rietveld 408576698