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

Unified Diff: chrome/test/data/History/history_length_test_page_2.html

Issue 115919: Consider an immediate redirect as machine-initiated and slow one as... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 6 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: chrome/test/data/History/history_length_test_page_2.html
===================================================================
--- chrome/test/data/History/history_length_test_page_2.html (revision 17847)
+++ chrome/test/data/History/history_length_test_page_2.html (working copy)
@@ -18,14 +18,15 @@
"Page 2 must not be visited in navigating backward/forward");
return false;
}
- setTimeout(OnInitialLoad, 100);
+ setTimeout(OnInitialLoad, 50);
return true;
}
function OnInitialLoad() {
if (window.history.length != 3) {
onFailure("History_Length_Test_2", 1,
- "History length mismatch on initial load at page 2");
+ "History length mismatch on initial load at page 2: " +
+ window.history.length);
return false;
}
// Redirect to page 3.
« no previous file with comments | « chrome/test/data/History/history_length_test_page_12.html ('k') | chrome/test/data/History/history_length_test_page_21.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698