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

Unified Diff: content/test/data/frame_tree/page_with_one_frame.html

Issue 2879853002: PlzNavigate: Fix form submission to OOPIF frame. (Closed)
Patch Set: Nits. Created 3 years, 7 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/site_per_process_browsertest.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/frame_tree/page_with_one_frame.html
diff --git a/content/test/data/frame_tree/page_with_one_frame.html b/content/test/data/frame_tree/page_with_one_frame.html
index dd60d5db2ac4b4431ee8b8c33b4c17dbc3a52a10..bbcad81a5fa540f18ffa036d9a53f26070d7cb3e 100644
--- a/content/test/data/frame_tree/page_with_one_frame.html
+++ b/content/test/data/frame_tree/page_with_one_frame.html
@@ -13,6 +13,6 @@
</head>
<body>
This page has one cross-site iframe.
- <iframe id="child0" src="/cross-site/baz.com/title1.html"></iframe>
+ <iframe id="child0" name="child-name-0" src="/cross-site/baz.com/title1.html"></iframe>
</body>
</html>
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698