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

Side by Side Diff: third_party/WebKit/LayoutTests/mhtml/page_with_javascript.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
OLDNEW
1 From: <Saved by UnMHT> 1 From: <Saved by UnMHT>
2 Subject: =?iso-2022-jp?B?QSBzaW1wbGUgcGFnZQ==?= 2 Subject: =?iso-2022-jp?B?QSBzaW1wbGUgcGFnZQ==?=
3 Date: Wed, May 11 2011 15:36:36 GMT-0700 3 Date: Wed, May 11 2011 15:36:36 GMT-0700
4 MIME-Version: 1.0 4 MIME-Version: 1.0
5 Content-Type: multipart/related; 5 Content-Type: multipart/related;
6 boundary="----=_NextPart_000_0000_87206557.D2C008B0"; 6 boundary="----=_NextPart_000_0000_87206557.D2C008B0";
7 type="text/html" 7 type="text/html"
8 8
9 ------=_NextPart_000_0000_87206557.D2C008B0 9 ------=_NextPart_000_0000_87206557.D2C008B0
10 Content-Type: text/html; charset="ISO-8859-1" 10 Content-Type: text/html; charset="ISO-8859-1"
11 Content-Transfer-Encoding: quoted-printable 11 Content-Transfer-Encoding: quoted-printable
12 Content-Location: http://localhost/page_with_javascript.html 12 Content-Location: http://localhost/page_with_javascript.html
13 13
14 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; charset= 14 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; charset=
15 =3Diso-8859-1"> 15 =3Diso-8859-1">
16 16
17 17
18 <title>A page with JavaScript</title> 18 <title>A page with JavaScript</title>
19 <h1>This page has content generated by JavaScript</h1> 19 <h1>This page has content generated by JavaScript</h1>
20 Javascript is not run, so that dynamic content should not show. 20 Javascript is not run, so that dynamic content should not show.
21 <div id=3D"myDiv"></div> 21 <div id=3D"myDiv"></div>
22 22
23 <script> 23 <script>
24 document.getElementById('myDiv').innerHTML =3D 24 document.getElementById('myDiv').innerHTML =3D
25 "JavaScript is in the house!"; 25 "JavaScript is in the house!";
26 </script> 26 </script>
27 27
28 </body></html> 28 </body></html>
29 ------=_NextPart_000_0000_87206557.D2C008B0-- 29 ------=_NextPart_000_0000_87206557.D2C008B0--
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/mhtml/page_with_image_unmht.mht ('k') | third_party/WebKit/LayoutTests/mhtml/relative_url.mht » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698