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

Side by Side Diff: chrome/third_party/mock4js/examples/PriceServiceTest.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, 5 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 <!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"></s cript> 10 <script language="JavaScript" type="text/javascript" src="../mock4js.js"></s cript>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 </script> 51 </script>
52 </head> 52 </head>
53 53
54 <body> 54 <body>
55 <h1>JsUnit Tests</h1> 55 <h1>JsUnit Tests</h1>
56 56
57 <p>This page contains some JsUnit tests. To see them, take a look at the sou rce.</p> 57 <p>This page contains some JsUnit tests. To see them, take a look at the sou rce.</p>
58 </body> 58 </body>
59 </html> 59 </html>
60 60
OLDNEW
« no previous file with comments | « chrome/third_party/mock4js/examples/PriceService.js ('k') | chrome/third_party/mock4js/examples/Publisher.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698