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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Content-Type: multipart/related; boundary="===============0861565773462052241==" 1 Content-Type: multipart/related; boundary="===============0861565773462052241=="
2 MIME-Version: 1.0 2 MIME-Version: 1.0
3 Content-Location: transfer_encoding_8bit.html_original 3 Content-Location: transfer_encoding_8bit.html_original
4 4
5 --===============0861565773462052241== 5 --===============0861565773462052241==
6 Content-Type: text/html 6 Content-Type: text/html
7 MIME-Version: 1.0 7 MIME-Version: 1.0
8 Content-Location: transfer_encoding_8bit.html_original 8 Content-Location: transfer_encoding_8bit.html_original
9 Content-Transfer-Encoding: 8bit 9 Content-Transfer-Encoding: 8bit
10 10
11 <!DOCTYPE html> 11 <!DOCTYPE html>
12 <html lang='en'> 12 <html lang='en'>
13 <head> 13 <head>
14 <meta charset='utf-8'> 14 <meta charset='utf-8'>
15 <title>MHTML Tests</title> 15 <title>MHTML Tests</title>
16 <script> 16 <script>
17 if (window.testRunner) 17 if (window.testRunner)
18 testRunner.dumpAsText(); 18 testRunner.dumpAsText();
19 </script> 19 </script>
20 </head> 20 </head>
21 <body> 21 <body>
22 <h1>MHTML Content-Transfer-Encoding 8-bit test - 😉</h1> 22 <h1>MHTML Content-Transfer-Encoding 8-bit test - 😉</h1>
23 </body> 23 </body>
24 </html> 24 </html>
25 25
26 --===============0861565773462052241==-- 26 --===============0861565773462052241==--
OLDNEW
« 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