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

Side by Side Diff: LayoutTests/mhtml/transfer_encoding_7bit.mht

Issue 22292008: Add 8bit Content-Transfer-Encoding support for reading MHTML files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Try to fix line endings #5 Created 7 years, 4 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
Property Changes:
Added: svn:eol-style
+ native
Added: svn:mime-type
+ message/rfc822
OLDNEW
(Empty)
1 Content-Type: multipart/related; boundary="===============6683215525243774815=="
2 MIME-Version: 1.0
3 Content-Location: transfer_encoding_7bit.html_original
4
5 --===============6683215525243774815==
6 Content-Type: text/html
7 MIME-Version: 1.0
8 Content-Location: transfer_encoding_7bit.html_original
9 Content-Transfer-Encoding: 7bit
10
11 <!DOCTYPE html>
12 <html lang='en'>
13 <head>
14 <meta charset='utf-8'>
15 <title>MHTML Tests</title>
16 <script>
17 if (window.testRunner)
18 testRunner.dumpAsText();
19 </script>
20 </head>
21 <body>
22 <h1>MHTML Content-Transfer-Encoding 7-bit test - ;)</h1>
23 </body>
24 </html>
25
26 --===============6683215525243774815==--
OLDNEW
« no previous file with comments | « LayoutTests/mhtml/transfer_encoding_7bit.html_original ('k') | LayoutTests/mhtml/transfer_encoding_7bit-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698