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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/web/tests/data/mhtml/8bit-transfer-encoding.mhtml
diff --git a/Source/web/tests/data/mhtml/8bit-transfer-encoding.mhtml b/Source/web/tests/data/mhtml/8bit-transfer-encoding.mhtml
new file mode 100644
index 0000000000000000000000000000000000000000..7a3cff31d8a0ea3e6d8940575455fc3e908dd282
--- /dev/null
+++ b/Source/web/tests/data/mhtml/8bit-transfer-encoding.mhtml
@@ -0,0 +1,22 @@
+Content-Type: multipart/related; boundary="===============8203930001837199136=="
+MIME-Version: 1.0
+Content-Location: index.html
+
+--===============8203930001837199136==
+MIME-Version: 1.0
+Content-Location: index.html
+Content-Transfer-Encoding: 8bit
+Content-Type: text/html; charset="utf-8"
+
+<!DOCTYPE html>
+<html lang='en'>
+ <head>
+ <meta charset='utf-8'>
+ <title>MHTML Tests</title>
+ </head>
+ <body>
+ <h1>MHTML Content-Transfer-Encoding 8-bit test - 😉</h1>
+ </body>
+</html>
+
+--===============8203930001837199136==--

Powered by Google App Engine
This is Rietveld 408576698