Chromium Code Reviews| 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"> | |
|
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> | |
| OLD | NEW |