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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/dromaeo/index.html
===================================================================
--- chrome/test/data/dromaeo/index.html (revision 0)
+++ chrome/test/data/dromaeo/index.html (revision 0)
@@ -0,0 +1,59 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; utf-8" />
+ <title>Dromaeo: JavaScript Performance Testing</title>
+ <link href="reset.css" rel="stylesheet" type="text/css" />
+ <!--[if lt IE 7.]>
+ <link href="ie.css" rel="stylesheet" type="text/css" />
+ <script defer type="text/javascript" src="pngfix.js"></script>
+ <![endif]-->
+ <link href="application.css" rel="stylesheet" type="text/css" />
+ <script src="jquery.js"></script>
+ <script src="json.js"></script>
+ <script src="webrunner.js"></script>
+</head>
+<body>
+ <div id="top" >
+ <div id="logo">
+ <a href="./"><img src="images/logo3.png" class="png"/></a>
+ </div>
+ <img src="images/dino1.png" class="dino1 png"/>
+ <img src="images/left.png" class="left png"/>
+ <img src="images/dino2.png" class="dino2 png"/>
+ <img src="images/dino2.png" class="dino2 png"/>
+ <img src="images/dino3.png" class="dino3 png"/>
+ <img src="images/dino4.png" class="dino4 png"/>
+ <img src="images/dino5.png" class="dino5 png"/>
+ <img src="images/dino7.png" class="dino7 png"/>
+ <img src="images/dino8.png" class="dino8 png"/>
+ <img src="images/dino6.png" class="dino6 png"/>
+ <img src="images/clouds2.png" class="clouds2 png"/>
+ <img src="images/clouds.png" class="clouds png"/>
+ <img src="images/clouds2.png" class="clouds3 png"/>
+ <img src="images/clouds.png" class="clouds4 png"/>
+ <img src="images/clouds2.png" class="clouds5 png"/>
+ <img src="images/comets.png" class="right png"/>
+ </div>
+ <div id="wrapper">
+ <div id="main">
+<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 found on the Mozilla wiki.</div>
+<h1 id="overview" class="test"><span>Performance Tests</span> <input type="button" id="pause" class="pause" value="Loading..."/><div class="bar"><div id="timebar" 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;"/>
+<ul id="tests">
+ <li><b class="recommended"><a href="?recommended">&raquo; Run Recommended Tests</a><br/>(All tests except for those testing the CSS Selector engines.)</b></li>
+ <li><b><a href="?all">&raquo; Run All Tests</a></b><br/><br/></li>
+
+ <li><b><a href="?dromaeo|sunspider|v8">&raquo; Run All JavaScript Tests</a></b></li>
+ <li><a href="?dromaeo">Dromaeo JavaScript Tests</a><br/>(Tests Strings, RegExps, Arrays, and eval.)</li>
+ <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>. Tests Math, Bitops, Looping, and Functions.)</li>
+ <li><a href="?v8">V8 JavaScript Tests</a><br/>(From the <a href="http://code.google.com/apis/v8/benchmarks.html">V8 team</a>. Tests Functions, Strings, and Objects.)<br/><br/></li>
+
+ <li><b><a href="?dom|jslib|cssquery">&raquo; Run All DOM Tests</a></b></li>
+ <li><a href="?dom">DOM Core Tests</a><br/>(Tests DOM Querying, Traversing, Manipulation, and Atributes.)</li>
+ <li><a href="?jslib">JavaScript Library Tests</a><br/>(Tests DOM functionality in jQuery and Prototype.)</li>
+ <li><a href="?cssquery">CSS Selector Tests</a><br/>(From the <a href="http://code.google.com/p/slickspeed/">MooTools team</a>. Tests jQuery, Prototype, Dojo, MooTools, YUI, and ExtJS.)</li>
+</ul>
+</div>
+</div>
+</body>
+</html>
« 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