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

Side by Side Diff: LayoutTests/mhtml/multi_frames.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 4
5 <title>A page that contains multiple nested frames</title> 5 <title>A page that contains multiple nested frames</title>
6 <script>
7 if (window.testRunner) {
8 testRunner.dumpAsText();
9 testRunner.dumpChildFramesAsText();
10 }
11 </script>
12 </head><body> 6 </head><body>
13 This page contains several frames.<br> 7 This page contains several frames.<br>
14 <iframe src="multi_frames_files/frame_0.html"></iframe><br> 8 <iframe src="multi_frames_files/frame_0.html"></iframe><br>
15 <iframe src="multi_frames_files/frame_1.html"></iframe><br> 9 <iframe src="multi_frames_files/frame_1.html"></iframe><br>
16 <iframe src="multi_frames_files/frame_2.html"></iframe><br> 10 <iframe src="multi_frames_files/frame_2.html"></iframe><br>
17 And a red square:<br> 11 And a red square:<br>
18 <img src="frame_4_data/red_square.png" onerror="document.getElementById('error') .innerHTML+='Failed to load image!'"> 12 <img src="frame_4_data/red_square.png">
19 <div id="error"></div> 13 </body></html>
20 </body></html>
OLDNEW
« no previous file with comments | « LayoutTests/mhtml/mhtml_in_iframe-expected.txt ('k') | LayoutTests/mhtml/multi_frames_binary.mht » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698