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

Unified Diff: benchmarks/run.html

Issue 146020: Fixed bad html in benchmark pages (Closed)
Patch Set: Created 11 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « benchmarks/revisions.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/run.html
diff --git a/benchmarks/run.html b/benchmarks/run.html
index 6adb6d27a02d9755958d4d8167c5899928d90601..d40624166ef496a382e70fc497095090c3c3290a 100644
--- a/benchmarks/run.html
+++ b/benchmarks/run.html
@@ -9,7 +9,7 @@
<script type="text/javascript" src="earley-boyer.js"></script>
<script type="text/javascript" src="regexp.js"></script>
<script type="text/javascript" src="splay.js"></script>
-<link type="text/css" rel="stylesheet" href="style.css"></link>
+<link type="text/css" rel="stylesheet" href="style.css" />
<script type="text/javascript">
var completed = 0;
var benchmarks = BenchmarkSuite.CountBenchmarks();
« no previous file with comments | « benchmarks/revisions.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698