| Index: chrome/test/data/sunspider/sunspider-results.html
|
| ===================================================================
|
| --- chrome/test/data/sunspider/sunspider-results.html (revision 12370)
|
| +++ chrome/test/data/sunspider/sunspider-results.html (working copy)
|
| @@ -75,7 +75,15 @@
|
| <script src="sunspider-analyze-results.js"></script>
|
| <script src="sunspider-compare-results.js"></script>
|
|
|
| +<script src="json2.js"></script>
|
| +<script src="automation.js"></script>
|
| +
|
| <script>
|
| +// At this point the analysis is complete (see sunspider-analyze-results.js).
|
| +automation.SetDone();
|
| +</script>
|
| +
|
| +<script>
|
| var output2 = output;
|
|
|
| function compare(other)
|
|
|