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

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

Issue 1475433002: Expose RenderFrameHost::GetLastCommittedOrigin(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Charlie's fixes. Created 5 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/public/browser/render_frame_host.h ('k') | url/origin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/frame_tree/top.html
diff --git a/content/test/data/frame_tree/top.html b/content/test/data/frame_tree/top.html
index 8323189e0aafd693debc79757c93df4841755ecc..e1e03feaf5c6b5c063bd925db476f298406a98f0 100644
--- a/content/test/data/frame_tree/top.html
+++ b/content/test/data/frame_tree/top.html
@@ -33,7 +33,7 @@
Top frame.
<br>
-<iframe src="1-1.html" name="1-1-name"></iframe>
+<iframe src="1-1.html" id="1-1-id" name="1-1-name"></iframe>
<br>
<iframe src="1-2.html" id="1-2-id" name="1-2-name"></iframe>
<br>
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | url/origin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698