OLD | NEW |
| (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> | |
OLD | NEW |