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

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

Issue 2550113002: Send a subtree of same-process PageStates for back/forward child frames.
Patch Set: Rebase Created 4 years 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_view_impl.h ('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/inject_into_blank_iframe_with_fragment.html
diff --git a/content/test/data/navigation_controller/inject_into_blank_iframe_with_fragment.html b/content/test/data/navigation_controller/inject_into_blank_iframe_with_fragment.html
new file mode 100644
index 0000000000000000000000000000000000000000..77f81e3febe9550c3deb2319c36a4a041fe7bf0c
--- /dev/null
+++ b/content/test/data/navigation_controller/inject_into_blank_iframe_with_fragment.html
@@ -0,0 +1,11 @@
+<html>
+<head></head>
+<body>
+ <p>This page injects content into an about:blank/#foo iframe.
+ <p><iframe id="frame1" src="about:blank/#foo"></iframe>
+ <script>
+ var f = document.getElementById("frame1");
+ f.contentDocument.body.innerHTML = "Injected text";
+ </script>
+</body>
+</html>
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698