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

Unified Diff: LayoutTests/mhtml/transfer_encoding_7bit.html_original

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/mhtml/resources/mhtml_generator.py ('k') | LayoutTests/mhtml/transfer_encoding_7bit.mht » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/mhtml/transfer_encoding_7bit.html_original
diff --git a/LayoutTests/mhtml/transfer_encoding_7bit.html_original b/LayoutTests/mhtml/transfer_encoding_7bit.html_original
new file mode 100644
index 0000000000000000000000000000000000000000..ca9a9f5e36f16d48c3ea562ab3b164557da4a12a
--- /dev/null
+++ b/LayoutTests/mhtml/transfer_encoding_7bit.html_original
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang='en'>
+ <head>
+ <meta charset='utf-8'>
+ <title>MHTML Tests</title>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ </head>
+ <body>
+ <h1>MHTML Content-Transfer-Encoding 7-bit test - ;)</h1>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/mhtml/resources/mhtml_generator.py ('k') | LayoutTests/mhtml/transfer_encoding_7bit.mht » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698