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

Unified Diff: third_party/WebKit/LayoutTests/mhtml/transfer_encoding_8bit.mht

Issue 2419613006: Re-add MHTML files so that they're represented with LF line endings. They'll still be CRLF on check… (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/WebKit/LayoutTests/mhtml/transfer_encoding_7bit.mht ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/mhtml/transfer_encoding_8bit.mht
diff --git a/third_party/WebKit/LayoutTests/mhtml/transfer_encoding_8bit.mht b/third_party/WebKit/LayoutTests/mhtml/transfer_encoding_8bit.mht
index d2815274b83cc35c928ee9738e1102251ff93e69..9166d0f41ff9f757e8f4884f4b1c1489d519ec15 100644
--- a/third_party/WebKit/LayoutTests/mhtml/transfer_encoding_8bit.mht
+++ b/third_party/WebKit/LayoutTests/mhtml/transfer_encoding_8bit.mht
@@ -1,26 +1,26 @@
-Content-Type: multipart/related; boundary="===============0861565773462052241=="
-MIME-Version: 1.0
-Content-Location: transfer_encoding_8bit.html_original
-
---===============0861565773462052241==
-Content-Type: text/html
-MIME-Version: 1.0
-Content-Location: transfer_encoding_8bit.html_original
-Content-Transfer-Encoding: 8bit
-
-<!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 8-bit test - 😉</h1>
- </body>
-</html>
-
---===============0861565773462052241==--
+Content-Type: multipart/related; boundary="===============0861565773462052241=="
+MIME-Version: 1.0
+Content-Location: transfer_encoding_8bit.html_original
+
+--===============0861565773462052241==
+Content-Type: text/html
+MIME-Version: 1.0
+Content-Location: transfer_encoding_8bit.html_original
+Content-Transfer-Encoding: 8bit
+
+<!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 8-bit test - 😉</h1>
+ </body>
+</html>
+
+--===============0861565773462052241==--
« no previous file with comments | « third_party/WebKit/LayoutTests/mhtml/transfer_encoding_7bit.mht ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698