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

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

Issue 1702010: Add 2 tests for history. (Closed)
Patch Set: update Created 10 years, 8 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
« no previous file with comments | « chrome/test/data/History/landing.html ('k') | chrome/test/functional/downloads.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/History/redirector.html
diff --git a/chrome/test/data/History/redirector.html b/chrome/test/data/History/redirector.html
new file mode 100644
index 0000000000000000000000000000000000000000..ff16609a0eed7f30422b8df46a98993c629dfc08
--- /dev/null
+++ b/chrome/test/data/History/redirector.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<!-- Redirector page. Used by chrome/test/functional/history.py -->
+<HTML>
+<HEAD>
+<META HTTP-EQUIV="Refresh"
+ CONTENT="0; URL=landing.html">
+<TITLE> REDIRECT PAGE </TITLE>
+</HEAD>
+<BODY>
+<P> REDIRECT TO landing.html </P>
+</BODY>
+</HTML>
« no previous file with comments | « chrome/test/data/History/landing.html ('k') | chrome/test/functional/downloads.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698