OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or
g/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or
g/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <head> | 3 <head> |
4 <meta http-equiv="Content-Type" content="text/html; utf-8" /> | 4 <meta http-equiv="Content-Type" content="text/html; utf-8" /> |
5 <title>Dromaeo: JavaScript Performance Testing</title> | 5 <title>Dromaeo: JavaScript Performance Testing</title> |
6 <link href="reset.css" rel="stylesheet" type="text/css" /> | 6 <link href="reset.css" rel="stylesheet" type="text/css" /> |
7 <link href="application.css" rel="stylesheet" type="text/css" /> | 7 <link href="application.css" rel="stylesheet" type="text/css" /> |
8 <script type="application/dart" src="Dromaeo.dart"></script> | 8 <script type="application/dart" src="Dromaeo.dart"></script> |
| 9 <script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client
/dart.js"></script> |
9 </head> | 10 </head> |
10 <body> | 11 <body> |
11 <div id="top" > | 12 <div id="top" > |
12 <div id="logo"> | 13 <div id="logo"> |
13 <a href="./"><img src="images/logo3.png" class="png"/></a> | 14 <a href="./"><img src="images/logo3.png" class="png"/></a> |
14 </div> | 15 </div> |
15 <img src="images/dino1.png" class="dino1 png"/> | 16 <img src="images/dino1.png" class="dino1 png"/> |
16 <img src="images/left.png" class="left png"/> | 17 <img src="images/left.png" class="left png"/> |
17 <img src="images/dino2.png" class="dino2 png"/> | 18 <img src="images/dino2.png" class="dino2 png"/> |
18 <img src="images/dino2.png" class="dino2 png"/> | 19 <img src="images/dino2.png" class="dino2 png"/> |
(...skipping 14 matching lines...) Expand all Loading... |
33 <div id="main"> | 34 <div id="main"> |
34 <div id="info"><span>Mozilla JavaScript performance test suite.</span><br/>More
information about <a href="http://wiki.mozilla.org/Dromaeo">Dromaeo</a> can be f
ound on the Mozilla wiki.</div> | 35 <div id="info"><span>Mozilla JavaScript performance test suite.</span><br/>More
information about <a href="http://wiki.mozilla.org/Dromaeo">Dromaeo</a> can be f
ound on the Mozilla wiki.</div> |
35 <h1 id="overview" class="test"><span>Performance Tests</span> <input type="butto
n" id="pause" class="pause" value="Loading..."/><div class="bar"><div id="timeba
r" style="width:25%;"><span class="left">Est. Time: <strong id="left">
0:00</strong></span></div></div><a href="./">« View All Tests</a></h1><br
style="clear:both;"/> | 36 <h1 id="overview" class="test"><span>Performance Tests</span> <input type="butto
n" id="pause" class="pause" value="Loading..."/><div class="bar"><div id="timeba
r" style="width:25%;"><span class="left">Est. Time: <strong id="left">
0:00</strong></span></div></div><a href="./">« View All Tests</a></h1><br
style="clear:both;"/> |
36 <ul id="tests"> | 37 <ul id="tests"> |
37 <li><a href="?dom">DOM Core Tests</a><br/>(Tests DOM Querying, Traversing, Man
ipulation, and Atributes.)</li> | 38 <li><a href="?dom">DOM Core Tests</a><br/>(Tests DOM Querying, Traversing, Man
ipulation, and Atributes.)</li> |
38 </ul> | 39 </ul> |
39 </div> | 40 </div> |
40 </div> | 41 </div> |
41 </body> | 42 </body> |
42 </html> | 43 </html> |
OLD | NEW |