- Add some explanatory test and a dumb logo to SunSpider web hosted version
* hosted/sunspider-driver.html:
* hosted/sunspider-results.html:
* hosted/sunspider.css:
* hosted/sunspider.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28706
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-13 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Oliver.
+
+ - Add some explanatory test and a dumb logo to SunSpider web hosted version
+
+ * hosted/sunspider-driver.html:
+ * hosted/sunspider-results.html:
+ * hosted/sunspider.css:
+ * hosted/sunspider.html:
+
2007-12-13 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver.
<body onload="next()">
-<h2>SunSpider JavaScript Benchmark <small>(In Progress...)</small></h2>
+<h2><span id="logo">☀</span>SunSpider JavaScript Benchmark <small>(In Progress...)</small></h2>
<script src="sunspider-test-prefix.js"></script>
<script>
</head>
<body>
-<h2>SunSpider JavaScript Benchmark Results</h2>
+<h2><span id="logo">☀</span>SunSpider JavaScript Benchmark Results</h2>
<p><a href="sunspider-driver.html">Run Again</a></p>
-<form onsubmit="event.preventDefault(); compare(other.value);">Compare (paste another result URL here and press enter):<br>
-<input style="width: 90%;" name="other" type="text"></input>
+<form onsubmit="event.preventDefault(); compare(other.value);">To compare to another run, paste a saved result URL in the text field below and press enter:<br>
+<input style="width: 90%;" name="other" type="text"></input><br>
+<small>(You can bookmark this results URL for later comparison.)</small>
</form>
<pre id="console">
width: 80%;
height: 500px;
border: 2px solid #360D6B }
+
+#logo { float: left;
+ position: relative;
+ bottom: 0.33em;
+ padding-right: 20px;
+ margin-bottom: -40px;
+ font-size: 3em }
<body>
-<h2>SunSpider JavaScript Benchmark</h2>
+<h2><span id="logo">☀</span>SunSpider JavaScript Benchmark</h2>
<p>This is SunSpider, a JavaScript benchmark. This benchmark tests the
core JavaScript language only, not the DOM or other browser APIs. It
</dl>
-<a href="sunspider-driver.html">Start Now!</a>
+<p><a href="sunspider-driver.html">Start Now!</a><br>
+<small>(When you run the benchmark, be patient - it loops through all of the
+test cases five times and can take a minute or longer to complete.)</small></p>
</body>