- Make the web-hosted version of SunSpider look a little bit less drab.
* hosted/sunspider-driver.html:
* hosted/sunspider-results.html:
* hosted/sunspider.css: Added.
* hosted/sunspider.html:
* resources/TEMPLATE.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28678
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-13 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Oliver.
+
+ - Make the web-hosted version of SunSpider look a little bit less drab.
+
+ * hosted/sunspider-driver.html:
+ * hosted/sunspider-results.html:
+ * hosted/sunspider.css: Added.
+ * hosted/sunspider.html:
+ * resources/TEMPLATE.html:
+
2007-12-12 Maciej Stachowiak <mjs@apple.com>
Reviewed by Sam.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
-<title>SunSpider JavaScript Benchmark In Progress...</title>
+<title>SunSpider JavaScript Benchmark (In Progress...)</title>
+<link rel="stylesheet" href="sunspider.css"></link>
</head>
+
<body onload="next()">
-<h2>SunSpider JavaScript Benchmark In Progress...</h2>
+<h2>SunSpider JavaScript Benchmark <small>(In Progress...)</small></h2>
<script src="sunspider-test-prefix.js"></script>
<script>
</script>
-<iframe id="testframe" width="80%" height="500">
+<iframe id="testframe">
</iframe>
</body>
-->
<title>SunSpider JavaScript Benchmark Results</title>
+<link rel="stylesheet" href="sunspider.css"></link>
</head>
+
<body>
<h2>SunSpider JavaScript Benchmark Results</h2>
--- /dev/null
+
+body { font-family: sans-serif;
+ margin: 20px;
+ background-color: #D9D5A1;
+ color: #1B0636 }
+
+h2 { background-color: #4E8AB9;
+ margin: -20px -20px 0px -20px;
+ padding: 30px 20px 30px 20px;
+ color: yellow;
+ border-bottom: 2px solid #360D6B }
+
+dt { font-weight: bold }
+
+dd { margin-bottom: 1em; margin-top: 0.5em }
+
+:link { color: #1363A1 }
+:visited { color: #5113A1 }
+
+#testframe { margin-top: 20px;
+ width: 80%;
+ height: 500px;
+ border: 2px solid #360D6B }
-->
<title>SunSpider JavaScript Benchmark</title>
-
-<style>
-dt { font-weight: bold; }
-dd { margin-bottom: 1em; margin-top: 0.5em }
-</style>
-
+<link rel="stylesheet" href="sunspider.css"></link>
</head>
<body>
-->
<title>SunSpider @NAME@</title>
+<link rel="stylesheet" href="sunspider.css"></link>
</head>
+
<body>
<h3>@NAME@</h3>
<div id="console">