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

Side by Side Diff: samples/third_party/dromaeo/index.html

Issue 12086028: Fix up dromaeo after lib v2 merge and add Dromaeo smoketest to prevent future (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
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 <script src="../../../pkg/browser/lib/dart.js"></script>
10 </head> 10 </head>
11 <body> 11 <body>
12 <div id="top" > 12 <div id="top" >
13 <div id="logo"> 13 <div id="logo">
14 <a href="./"><img src="images/logo3.png" class="png"/></a> 14 <a href="./"><img src="images/logo3.png" class="png"/></a>
15 </div> 15 </div>
16 <img src="images/dino1.png" class="dino1 png"/> 16 <img src="images/dino1.png" class="dino1 png"/>
17 <img src="images/left.png" class="left png"/> 17 <img src="images/left.png" class="left 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"/> 19 <img src="images/dino2.png" class="dino2 png"/>
(...skipping 14 matching lines...) Expand all
34 <div id="main"> 34 <div id="main">
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 <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>
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 <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;"/>
37 <ul id="tests"> 37 <ul id="tests">
38 <li><a href="?dom">DOM Core Tests</a><br/>(Tests DOM Querying, Traversing, Man ipulation, and Attributes.)</li> 38 <li><a href="?dom">DOM Core Tests</a><br/>(Tests DOM Querying, Traversing, Man ipulation, and Attributes.)</li>
39 </ul> 39 </ul>
40 </div> 40 </div>
41 </div> 41 </div>
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/common/common.dart ('k') | samples/third_party/dromaeo/tests/Common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698