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

Unified Diff: content/test/data/client_redirect.html

Issue 626913004: Set the ui::PAGE_TRANSITION_CLIENT_REDIRECT flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add testcase Created 6 years, 1 month 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: content/test/data/client_redirect.html
diff --git a/content/test/data/client_redirect.html b/content/test/data/client_redirect.html
new file mode 100644
index 0000000000000000000000000000000000000000..b17f5d209ea6c54d82ea3bd35c9864a2cfd6cf1a
--- /dev/null
+++ b/content/test/data/client_redirect.html
@@ -0,0 +1,7 @@
+<html>
+<head>
+<title>Client redirect</title>
+<meta http-equiv="refresh" content="0; url=some_page.html">
+</head>
+<body>Client redirect</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698