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

Side by Side Diff: LayoutTests/mhtml/resources/frame_2.html

Issue 161383002: Disabling JavaScript in MHTML and limiting MHTML loading to top frames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed check_domain.mht (replaced with relative_url.mht) Created 6 years, 10 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 <html> 1 <html>
2 2
3 <body> 3 <body>
4 The third frame!<br> 4 The third frame!<br>
5 This one contains yet another frame. What a twist!</br> 5 This one contains yet another frame. What a twist!</br>
6 <iframe src="frame_4.html"></iframe> 6 <iframe src="frame_4.html"></iframe>
7 7
8 8
9 </body> 9 </body>
10 10
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698