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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <html><head><title>iframe test</title></head> 1 <html><head><title>iframe test</title></head>
2 <body> 2 <body>
3 <iframe src="title1.html" id="test"></iframe> 3 <iframe src="title1.html" id="test" name="test"></iframe>
4 </body></html> 4 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698