Chromium Code Reviews

Side by Side Diff: content/test/data/frame_tree/2-4.html

Issue 188813003: Update several browser_tests / content_browsertests to set iframes' name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 </head> 3 </head>
4 <body> 4 <body>
5 5
6 Frame 2-4. 6 Frame 2-4.
7 <br> 7 <br>
8 8
9 <iframe id='3-1-id' src="3-1.html"></iframe> 9 <iframe id='3-1-id' name="3-1-name" src="3-1.html"></iframe>
10 10
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine