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

Side by Side Diff: tools/testing/perf_testing/smoketest/smoketest_frog.html

Issue 8890091: Final touches for running smoketests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3
4 <!-- Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
5 for details. All rights reserved. Use of this source code is governed by a
6 BSD-style license that can be found in the LICENSE file. -->
7
8 <html lang="en">
9 <head>
10 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
Siggi Cherem (dart-lang) 2011/12/15 19:37:33 nit: some additional indentation might be useful i
Emily Fortuna 2011/12/15 23:16:10 Done.
11 <meta http-equiv="Content-Script-Type" content="text/javascript">
12 <meta http-equiv="Content-Style-Type" content="text/css">
13 <title>Frog Benchmark Suite</title>
14 <script type="text/javascript" src="smoketest_frog.js">
15 </script>
16
17 <link type="text/css" rel="stylesheet" href="style.css" />
18
19 </head>
20 <body>
21 <div>
22 <ul>
23 <li>Smoketest</li>
24 </ul>
25
26
27 </td><td style="text-align: center">
28 <div class="run">
29 <div id="status">Starting...</div>
30 <div id="results">
31 </div>
32 </div>
33 </td></tr></table>
34
35 </div>
36
37 </body>
38 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698