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

Side by Side Diff: samples/third_party/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 | « samples/third_party/dromaeo/images/water.png ('k') | samples/third_party/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
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
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.&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 <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 <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>
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/images/water.png ('k') | samples/third_party/dromaeo/reset.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698