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

Side by Side Diff: LayoutTests/mhtml/frame_4.html_original

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><head> 1 <html><head>
2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> 2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
3 3
4 </head><body> 4 </head><body>
5 This is frame 4!<br> 5 This is frame 4!<br>
6 <img src="frame_4_files/red_square.png" onerror="document.getElementById('error' ).innerHTML+='Failed to load image!'"> 6 <img src="frame_4_files/red_square.png">
7 <div id="error">Failed to load image!</div> 7 </body></html>
8 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698