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

Side by Side Diff: chrome/third_party/mock4js/examples/PublisherTest.html

Issue 347283004: Convert mock4js line endings to LF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 6 years, 6 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 | « chrome/third_party/mock4js/examples/Publisher.js ('k') | chrome/third_party/mock4js/mock4js.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd"> 2 "http://www.w3.org/TR/html4/loose.dtd">
3 3
4 <html> 4 <html>
5 <head> 5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Tests</title> 7 <title>Tests</title>
8 <link rel="stylesheet" type="text/css" href="jsunit/css/jsUnitStyle.css"> 8 <link rel="stylesheet" type="text/css" href="jsunit/css/jsUnitStyle.css">
9 <script language="JavaScript" type="text/javascript" src="../../jsunit/app/j sUnitCore.js"></script> 9 <script language="JavaScript" type="text/javascript" src="../../jsunit/app/j sUnitCore.js"></script>
10 <script language="JavaScript" type="text/javascript" src="..//mock4js.js"></ script> 10 <script language="JavaScript" type="text/javascript" src="..//mock4js.js"></ script>
(...skipping 27 matching lines...) Expand all
38 </script> 38 </script>
39 </head> 39 </head>
40 40
41 <body> 41 <body>
42 <h1>JsUnit Tests</h1> 42 <h1>JsUnit Tests</h1>
43 43
44 <p>This page contains some JsUnit tests. To see them, take a look at the sou rce.</p> 44 <p>This page contains some JsUnit tests. To see them, take a look at the sou rce.</p>
45 </body> 45 </body>
46 </html> 46 </html>
47 47
OLDNEW
« no previous file with comments | « chrome/third_party/mock4js/examples/Publisher.js ('k') | chrome/third_party/mock4js/mock4js.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698