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

Side by Side Diff: Source/web/tests/data/frame-a-b-c.html

Issue 1109213002: Make createWindow (mostly) work with OOPIF (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix style, use FrameView::root Created 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <iframe id="frame1" src="subframe-a.html"></iframe> 4 <iframe id="frame1" name="frame1" src="subframe-a.html"></iframe>
5 <iframe id="frame2" src="subframe-b.html"></iframe> 5 <iframe id="frame2" name="frame2" src="subframe-b.html"></iframe>
6 <iframe id="frame3" src="subframe-c.html"></iframe> 6 <iframe id="frame3" name="frame3" src="subframe-c.html"></iframe>
7 </body> 7 </body>
8 </html> 8 </html>
OLDNEW
« Source/platform/PlatformScreen.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698