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

Side by Side Diff: benchmarks/run.html

Issue 155561: Adding a missing 'the' in the warning message on bleeding edge. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 5 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 | « no previous file | 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
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd"> 2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html lang="en"> 3 <html lang="en">
4 <head> 4 <head>
5 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 5 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
6 <meta http-equiv="Content-Script-Type" content="text/javascript"> 6 <meta http-equiv="Content-Script-Type" content="text/javascript">
7 <meta http-equiv="Content-Style-Type" content="text/css"> 7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <title>V8 Benchmark Suite</title> 8 <title>V8 Benchmark Suite</title>
9 <script type="text/javascript" src="base.js"></script> 9 <script type="text/javascript" src="base.js"></script>
10 <script type="text/javascript" src="richards.js"></script> 10 <script type="text/javascript" src="richards.js"></script>
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 document.getElementById("version").innerHTML = version; 85 document.getElementById("version").innerHTML = version;
86 ShowWarningIfObsolete(); 86 ShowWarningIfObsolete();
87 setTimeout(Run, 200); 87 setTimeout(Run, 200);
88 } 88 }
89 </script> 89 </script>
90 </head> 90 </head>
91 <body onload="Load()"> 91 <body onload="Load()">
92 <div> 92 <div>
93 <div class="title"><h1>V8 Benchmark Suite - version <span id="version">?</span ></h1></div> 93 <div class="title"><h1>V8 Benchmark Suite - version <span id="version">?</span ></h1></div>
94 <div class="warning" id="obsolete"> 94 <div class="warning" id="obsolete">
95 Warning! This is not the latest version of V8 benchmark 95 Warning! This is not the latest version of the V8 benchmark
96 suite. Consider running the 96 suite. Consider running the
97 <a href="http://v8.googlecode.com/svn/data/benchmarks/current/run.html"> 97 <a href="http://v8.googlecode.com/svn/data/benchmarks/current/run.html">
98 latest version</a>. 98 latest version</a>.
99 </div> 99 </div>
100 <table> 100 <table>
101 <tr> 101 <tr>
102 <td class="contents"> 102 <td class="contents">
103 This page contains a suite of pure JavaScript benchmarks that we have 103 This page contains a suite of pure JavaScript benchmarks that we have
104 used to tune V8. The final score is computed as the geometric mean of 104 used to tune V8. The final score is computed as the geometric mean of
105 the individual results to make it independent of the running times of 105 the individual results to make it independent of the running times of
(...skipping 26 matching lines...) Expand all
132 <div id="status">Starting...</div> 132 <div id="status">Starting...</div>
133 <div id="results"> 133 <div id="results">
134 </div> 134 </div>
135 </div> 135 </div>
136 </td></tr></table> 136 </td></tr></table>
137 137
138 </div> 138 </div>
139 139
140 </body> 140 </body>
141 </html> 141 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698