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

Side by Side Diff: third_party/WebKit/LayoutTests/mhtml/page_with_css_and_js_ie.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 Windows Internet Explorer 9" 1 From: "Saved by Windows Internet Explorer 9"
2 Subject: 2 Subject:
3 Date: Wed, 18 May 2011 16:49:23 -0700 3 Date: Wed, 18 May 2011 16:49:23 -0700
4 MIME-Version: 1.0 4 MIME-Version: 1.0
5 Content-Type: multipart/related; 5 Content-Type: multipart/related;
6 type="text/html"; 6 type="text/html";
7 boundary="----=_NextPart_000_0012_01CC157B.8AA06570" 7 boundary="----=_NextPart_000_0012_01CC157B.8AA06570"
8 X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7600.16776 8 X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7600.16776
9 9
10 This is a multi-part message in MIME format. 10 This is a multi-part message in MIME format.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 Content-Transfer-Encoding: quoted-printable 66 Content-Transfer-Encoding: quoted-printable
67 Content-Location: http://localhost/resources/remove_image_script.js 67 Content-Location: http://localhost/resources/remove_image_script.js
68 68
69 function onLoad() {=0A= 69 function onLoad() {=0A=
70 divToRemove =3D document.getElementById("thirdDiv");=0A= 70 divToRemove =3D document.getElementById("thirdDiv");=0A=
71 divToRemove.parentNode.removeChild(divToRemove);=0A= 71 divToRemove.parentNode.removeChild(divToRemove);=0A=
72 if (window.testRunner)=0A= 72 if (window.testRunner)=0A=
73 testRunner.notifyDone();=0A= 73 testRunner.notifyDone();=0A=
74 } 74 }
75 ------=_NextPart_000_0012_01CC157B.8AA06570-- 75 ------=_NextPart_000_0012_01CC157B.8AA06570--
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698