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

Side by Side Diff: client/dom/benchmarks/dromaeo/index.html

Issue 9374026: Move dromaeo to third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved Dromaeo to third party. Created 8 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « client/dom/benchmarks/dromaeo/images/water.png ('k') | client/dom/benchmarks/dromaeo/reset.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; utf-8" />
5 <title>Dromaeo: JavaScript Performance Testing</title>
6 <link href="reset.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>
9 </head>
10 <body>
11 <div id="top" >
12 <div id="logo">
13 <a href="./"><img src="images/logo3.png" class="png"/></a>
14 </div>
15 <img src="images/dino1.png" class="dino1 png"/>
16 <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"/>
19 <img src="images/dino3.png" class="dino3 png"/>
20 <img src="images/dino4.png" class="dino4 png"/>
21 <img src="images/dino5.png" class="dino5 png"/>
22 <img src="images/dino7.png" class="dino7 png"/>
23 <img src="images/dino8.png" class="dino8 png"/>
24 <img src="images/dino6.png" class="dino6 png"/>
25 <img src="images/clouds2.png" class="clouds2 png"/>
26 <img src="images/clouds.png" class="clouds png"/>
27 <img src="images/clouds2.png" class="clouds3 png"/>
28 <img src="images/clouds.png" class="clouds4 png"/>
29 <img src="images/clouds2.png" class="clouds5 png"/>
30 <img src="images/comets.png" class="right png"/>
31 </div>
32 <div id="wrapper">
33 <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 <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.&nbsp;Time:&nbsp;<strong id="left"> 0:00</strong></span></div></div><a href="./">&laquo; View All Tests</a></h1><br style="clear:both;"/>
36 <ul id="tests">
37 <li><a href="?dom">DOM Core Tests</a><br/>(Tests DOM Querying, Traversing, Man ipulation, and Atributes.)</li>
38 </ul>
39 </div>
40 </div>
41 </body>
42 </html>
OLDNEW
« no previous file with comments | « client/dom/benchmarks/dromaeo/images/water.png ('k') | client/dom/benchmarks/dromaeo/reset.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698