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/transfer_encoding_7bit.mht

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 Content-Type: multipart/related; boundary="===============6683215525243774815==" 1 Content-Type: multipart/related; boundary="===============6683215525243774815=="
2 MIME-Version: 1.0 2 MIME-Version: 1.0
3 Content-Location: transfer_encoding_7bit.html_original 3 Content-Location: transfer_encoding_7bit.html_original
4 4
5 --===============6683215525243774815== 5 --===============6683215525243774815==
6 Content-Type: text/html 6 Content-Type: text/html
7 MIME-Version: 1.0 7 MIME-Version: 1.0
8 Content-Location: transfer_encoding_7bit.html_original 8 Content-Location: transfer_encoding_7bit.html_original
9 Content-Transfer-Encoding: 7bit 9 Content-Transfer-Encoding: 7bit
10 10
11 <!DOCTYPE html> 11 <!DOCTYPE html>
12 <html lang='en'> 12 <html lang='en'>
13 <head> 13 <head>
14 <meta charset='utf-8'> 14 <meta charset='utf-8'>
15 <title>MHTML Tests</title> 15 <title>MHTML Tests</title>
16 <script>
17 if (window.testRunner)
18 testRunner.dumpAsText();
19 </script>
20 </head> 16 </head>
21 <body> 17 <body>
22 <h1>MHTML Content-Transfer-Encoding 7-bit test - ;)</h1> 18 <h1>MHTML Content-Transfer-Encoding 7-bit test - ;)</h1>
23 </body> 19 </body>
24 </html> 20 </html>
25 21
26 --===============6683215525243774815==-- 22 --===============6683215525243774815==--
OLDNEW
« no previous file with comments | « LayoutTests/mhtml/simple_page_unmht-expected.txt ('k') | LayoutTests/mhtml/transfer_encoding_7bit-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698