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

Side by Side Diff: Source/web/tests/data/mhtml/8bit-transfer-encoding.mhtml

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: 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
OLDNEW
(Empty)
1 Content-Type: multipart/related; boundary="===============8203930001837199136=="
2 MIME-Version: 1.0
3 Content-Location: index.html
4
5 --===============8203930001837199136==
6 MIME-Version: 1.0
7 Content-Location: index.html
8 Content-Transfer-Encoding: 8bit
9 Content-Type: text/html; charset="utf-8"
10
11 <!DOCTYPE html>
12 <html lang='en'>
13 <head>
14 <meta charset='utf-8'>
15 <title>MHTML Tests</title>
16 </head>
17 <body>
18 <h1>MHTML Content-Transfer-Encoding 8-bit test - 😉</h1>
19 </body>
20 </html>
21
22 --===============8203930001837199136==--
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698