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

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: Fix test case flakiness 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..67116f91656b1c5cee1cad5340d8f3f191077444
--- /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=title1.html">
+</head>
+<body>Client redirect</body>
+</html>
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698