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

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

Issue 1302333003: Adds test coverage for 521663 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: moar Created 5 years, 3 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <title>title</title>
3 <body> 4 <body>
4 <iframe id="frame1" name="frame1" src="subframe-a.html"></iframe> 5 <iframe id="frame1" name="frame1" src="subframe-a.html"></iframe>
5 <iframe id="frame2" name="frame2" src="subframe-b.html"></iframe> 6 <iframe id="frame2" name="frame2" src="subframe-b.html"></iframe>
6 <iframe id="frame3" name="frame3" src="subframe-c.html"></iframe> 7 <iframe id="frame3" name="frame3" src="subframe-c.html"></iframe>
7 </body> 8 </body>
8 </html> 9 </html>
OLDNEW
« Source/web/tests/WebFrameTest.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