| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |