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

Side by Side Diff: LayoutTests/mhtml/page_with_image.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: Synced Created 6 years, 9 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
5 <title>Page with square</title> 4 <title>Page with square</title>
6 <script>
7 if (window.testRunner) {
8 testRunner.dumpAsText();
9 }
10
11 </script>
12 </head><body> 5 </head><body>
13 This is a red square:<br> 6 This is a red square:<br>
14 <img src="page_with_image_files/red_square.png" onerror="document.getElementById ('error').innerHTML+='Failed to load image!'"> 7 <img src="resources/red_square.png">
15 <div id="error"></div> 8 </body></html>
16 </body></html>
OLDNEW
« no previous file with comments | « LayoutTests/mhtml/page_with_css_and_js_unmht-expected.txt ('k') | LayoutTests/mhtml/page_with_image_ie.mht » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698