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

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

Issue 9139031: Make browser "sometest" like a regular test run by test.dart/py instead of (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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 | « tools/testing/perf_testing/smoketest/dartWebBase.dart ('k') | no next file » | 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 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">
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"></script>
15 <link type="text/css" rel="stylesheet" href="style.css" />
16 </head>
17
18 <body>
19 <div>
20 <ul>
21 <li>Smoketest</li>
22 </ul>
23
24
25 <table>
26 <tr>
27 <td style="text-align: center">
28 <div class="run">
29 <div id="status">Starting...</div>
30 <div id="results"> </div>
31 </div>
32 </td>
33 </tr>
34 </table>
35
36 </div>
37
38 </body>
39 </html>
OLDNEW
« no previous file with comments | « tools/testing/perf_testing/smoketest/dartWebBase.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698