From: mjs@apple.com Date: Thu, 13 Dec 2007 09:50:18 +0000 (+0000) Subject: Reviewed by Oliver. X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=fc3194f1b35f000d4497a0a86efd31235acc329b;hp=82b9116623aa1f79d8fd00f977618ae740ce8e00;ds=sidebyside 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: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28678 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/SunSpider/ChangeLog b/SunSpider/ChangeLog index f0d6879..6c2ed40 100644 --- a/SunSpider/ChangeLog +++ b/SunSpider/ChangeLog @@ -1,3 +1,15 @@ +2007-12-13 Maciej Stachowiak + + 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 Reviewed by Sam. diff --git a/SunSpider/hosted/sunspider-driver.html b/SunSpider/hosted/sunspider-driver.html index 1ec0c0d..7daa6b2 100644 --- a/SunSpider/hosted/sunspider-driver.html +++ b/SunSpider/hosted/sunspider-driver.html @@ -26,11 +26,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> -SunSpider JavaScript Benchmark In Progress... +SunSpider JavaScript Benchmark (In Progress...) + + -

SunSpider JavaScript Benchmark In Progress...

+

SunSpider JavaScript Benchmark (In Progress...)

- diff --git a/SunSpider/hosted/sunspider-results.html b/SunSpider/hosted/sunspider-results.html index 6186b39..47f0098 100644 --- a/SunSpider/hosted/sunspider-results.html +++ b/SunSpider/hosted/sunspider-results.html @@ -27,7 +27,9 @@ --> SunSpider JavaScript Benchmark Results + +

SunSpider JavaScript Benchmark Results

diff --git a/SunSpider/hosted/sunspider.css b/SunSpider/hosted/sunspider.css new file mode 100644 index 0000000..3057324 --- /dev/null +++ b/SunSpider/hosted/sunspider.css @@ -0,0 +1,23 @@ + +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 } diff --git a/SunSpider/hosted/sunspider.html b/SunSpider/hosted/sunspider.html index c6e11f6..34f6fdb 100644 --- a/SunSpider/hosted/sunspider.html +++ b/SunSpider/hosted/sunspider.html @@ -28,12 +28,7 @@ --> SunSpider JavaScript Benchmark - - - + diff --git a/SunSpider/resources/TEMPLATE.html b/SunSpider/resources/TEMPLATE.html index 650a6e1..926150d 100644 --- a/SunSpider/resources/TEMPLATE.html +++ b/SunSpider/resources/TEMPLATE.html @@ -26,7 +26,9 @@ --> SunSpider @NAME@ + +

@NAME@