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

Unified Diff: content/test/data/navigation_controller/page_with_iframe_redirect.html

Issue 2368183004: Move redirect_chain from NavigationEntry to FrameNavigationEntry. (Closed)
Patch Set: Nit Created 4 years, 2 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 | « content/browser/frame_host/navigator_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/navigation_controller/page_with_iframe_redirect.html
diff --git a/content/test/data/navigation_controller/page_with_iframe_redirect.html b/content/test/data/navigation_controller/page_with_iframe_redirect.html
new file mode 100644
index 0000000000000000000000000000000000000000..f0bc63e65faa23f4bcde0afab707d619360185f2
--- /dev/null
+++ b/content/test/data/navigation_controller/page_with_iframe_redirect.html
@@ -0,0 +1,7 @@
+<html>
+<head></head>
+<body>
+ <p>This page has an iframe with a redirection.</p>
+ <p><iframe src="/server-redirect?/simple_page.html"></iframe>
+</body>
+</html>
« no previous file with comments | « content/browser/frame_host/navigator_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698