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

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

Issue 2433743004: PlzNavigate: Transmit referrer into FrameNavigationEntry. (Closed)
Patch Set: Merge tests 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/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/navigation_controller/page_with_iframe_simple.html
diff --git a/content/test/data/navigation_controller/page_with_iframe_simple.html b/content/test/data/navigation_controller/page_with_iframe_simple.html
new file mode 100644
index 0000000000000000000000000000000000000000..7bc5b327f5df1bde4b3b276e882c052c25127e22
--- /dev/null
+++ b/content/test/data/navigation_controller/page_with_iframe_simple.html
@@ -0,0 +1,7 @@
+<html>
+<head></head>
+<body>
+ <p>This page has an iframe.</p>
+ <p><iframe src="simple_page.html"></iframe>
+</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