Chromium Code Reviews

Side by Side Diff: LayoutTests/mhtml/relaxed-content-type-parameters.mhtml_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.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang='en'> 2 <html lang='en'>
3 <head> 3 <head>
4 <meta charset='utf-8'> 4 <meta charset='utf-8'>
5 <title>MHTML Tests</title> 5 <title>MHTML Tests</title>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 </script>
10 </head> 6 </head>
11 <body> 7 <body>
12 <h1>MHTML Relaxed Content-Type parameters test</h1> 8 <h1>MHTML Relaxed Content-Type parameters test</h1>
13 </body> 9 </body>
14 </html> 10 </html>
OLDNEW
« no previous file with comments | « LayoutTests/mhtml/relaxed-content-type-parameters.mht ('k') | LayoutTests/mhtml/relaxed-content-type-parameters-expected.html » ('j') | no next file with comments »

Powered by Google App Engine