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

Unified Diff: chrome/test/data/iframe.html

Issue 1502963004: Use content::NavigateIframeToURL in ProcessManagerBrowserTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid 2 concurrent domAutomationController to pass ChromeSitePerProcessTest.PluginWithRemoteTopFrame Created 5 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
Index: chrome/test/data/iframe.html
diff --git a/chrome/test/data/iframe.html b/chrome/test/data/iframe.html
index 21ea4369b410eddd345ccecea1f5a7297e9a49da..01c6005befd190967962b2e7ca4e5e484140eec1 100644
--- a/chrome/test/data/iframe.html
+++ b/chrome/test/data/iframe.html
@@ -1,4 +1,4 @@
<html><head><title>iframe test</title></head>
<body>
-<iframe src="title1.html" id="test"></iframe>
-</body></html>
+<iframe src="title1.html" id="test" name="test"></iframe>
+</body></html>

Powered by Google App Engine
This is Rietveld 408576698