https://bugs.webkit.org/show_bug.cgi?id=147370
Reviewed by Michael Saboff.
Add an indicator to show that SunSpider is no longer maintained.
* perf/sunspider/sunspider.css:
(#logo):
(.topbox):
(.bottombox):
* perf/sunspider/sunspider.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@187526
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-07-28 Geoffrey Garen <ggaren@apple.com>
+
+ SunSpider is no longer maintained
+ https://bugs.webkit.org/show_bug.cgi?id=147370
+
+ Reviewed by Michael Saboff.
+
+ Add an indicator to show that SunSpider is no longer maintained.
+
+ * perf/sunspider/sunspider.css:
+ (#logo):
+ (.topbox):
+ (.bottombox):
+ * perf/sunspider/sunspider.html:
+
2015-07-24 Myles C. Maxfield <mmaxfield@apple.com>
Add image for a blog post
padding-right: 20px;
margin-bottom: -40px;
font-size: 3em }
+
+.topbox { padding: 20px;
+ border: 2px solid black;
+}
+
+.bottombox { margin-top: 20px;
+ padding: 20px;
+ border: 2px solid black;
+ opacity: 0.5;
+}
<body>
+<div class="topbox">
+
+<h1><a href="http://browserbench.org/JetStream/">Try JetStream</a></h1>
+<p>SunSpider is no longer maintained. We recommend
+<a href="http://browserbench.org/JetStream/">JetStream</a>, which tests
+the JavaScript techniques used by advanced web applications.</p>
+
+</div>
+
+<div class="bottombox">
+
<h2><span id="logo">☀</span>SunSpider 1.0.2 JavaScript Benchmark</h2>
<p>This is SunSpider, a JavaScript benchmark. This benchmark tests the
<a href="versions.html">All versions.</a>
+</div>
+
</body>
</html>