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

Side by Side Diff: chrome/test/data/dromaeo/index.html

Issue 269054: Importing dromaeo performance tests to src/chrome/test/data.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 | « chrome/test/data/dromaeo/images/water.png ('k') | chrome/test/data/dromaeo/jquery.js » ('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 <!--[if lt IE 7.]>
8 <link href="ie.css" rel="stylesheet" type="text/css" />
9 <script defer type="text/javascript" src="pngfix.js"></script>
10 <![endif]-->
11 <link href="application.css" rel="stylesheet" type="text/css" />
12 <script src="jquery.js"></script>
13 <script src="json.js"></script>
14 <script src="webrunner.js"></script>
15 </head>
16 <body>
17 <div id="top" >
18 <div id="logo">
19 <a href="./"><img src="images/logo3.png" class="png"/></a>
20 </div>
21 <img src="images/dino1.png" class="dino1 png"/>
22 <img src="images/left.png" class="left png"/>
23 <img src="images/dino2.png" class="dino2 png"/>
24 <img src="images/dino2.png" class="dino2 png"/>
25 <img src="images/dino3.png" class="dino3 png"/>
26 <img src="images/dino4.png" class="dino4 png"/>
27 <img src="images/dino5.png" class="dino5 png"/>
28 <img src="images/dino7.png" class="dino7 png"/>
29 <img src="images/dino8.png" class="dino8 png"/>
30 <img src="images/dino6.png" class="dino6 png"/>
31 <img src="images/clouds2.png" class="clouds2 png"/>
32 <img src="images/clouds.png" class="clouds png"/>
33 <img src="images/clouds2.png" class="clouds3 png"/>
34 <img src="images/clouds.png" class="clouds4 png"/>
35 <img src="images/clouds2.png" class="clouds5 png"/>
36 <img src="images/comets.png" class="right png"/>
37 </div>
38 <div id="wrapper">
39 <div id="main">
40 <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>
41 <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;"/>
42 <ul id="tests">
43 <li><b class="recommended"><a href="?recommended">&raquo; Run Recommended Test s</a><br/>(All tests except for those testing the CSS Selector engines.)</b></li >
44 <li><b><a href="?all">&raquo; Run All Tests</a></b><br/><br/></li>
45
46 <li><b><a href="?dromaeo|sunspider|v8">&raquo; Run All JavaScript Tests</a></b ></li>
47 <li><a href="?dromaeo">Dromaeo JavaScript Tests</a><br/>(Tests Strings, RegExp s, Arrays, and eval.)</li>
48 <li><a href="?sunspider">SunSpider JavaScript Tests</a><br/>(From the <a href= "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html">WebKit team</a>. Test s Math, Bitops, Looping, and Functions.)</li>
49 <li><a href="?v8">V8 JavaScript Tests</a><br/>(From the <a href="http://code.g oogle.com/apis/v8/benchmarks.html">V8 team</a>. Tests Functions, Strings, and Ob jects.)<br/><br/></li>
50
51 <li><b><a href="?dom|jslib|cssquery">&raquo; Run All DOM Tests</a></b></li>
52 <li><a href="?dom">DOM Core Tests</a><br/>(Tests DOM Querying, Traversing, Man ipulation, and Atributes.)</li>
53 <li><a href="?jslib">JavaScript Library Tests</a><br/>(Tests DOM functionality in jQuery and Prototype.)</li>
54 <li><a href="?cssquery">CSS Selector Tests</a><br/>(From the <a href="http://c ode.google.com/p/slickspeed/">MooTools team</a>. Tests jQuery, Prototype, Dojo, MooTools, YUI, and ExtJS.)</li>
55 </ul>
56 </div>
57 </div>
58 </body>
59 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/dromaeo/images/water.png ('k') | chrome/test/data/dromaeo/jquery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698