- Fix the browser-hosted driver to be compatible with Safari 2
* hosted/sunspider-driver.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@26813
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2007-10-20 Maciej Stachowiak <mjs@apple.com>
2007-10-20 Maciej Stachowiak <mjs@apple.com>
+ Reviewed by Oliver.
+
+ - Fix the browser-hosted driver to be compatible with Safari 2
+
+ * hosted/sunspider-driver.html:
+
+2007-10-20 Maciej Stachowiak <mjs@apple.com>
+
Rubber stamped by Hyatt.
- Add BSD license notice to cordic test, the original author said to do so.
Rubber stamped by Hyatt.
- Add BSD license notice to cordic test, the original author said to do so.
<title>SunSpider JavaScript Benchmark In Progress...</title>
</head>
<title>SunSpider JavaScript Benchmark In Progress...</title>
</head>
<h2>SunSpider JavaScript Benchmark In Progress...</h2>
<h2>SunSpider JavaScript Benchmark In Progress...</h2>
- window.setTimeout(reallyNext, 200);
+ window.setTimeout(reallyNext, 500);
function recordResult(time)
{
output[currentRepeat][tests[testIndex]] = time;
function recordResult(time)
{
output[currentRepeat][tests[testIndex]] = time;
-<iframe id="testframe" onload="next()" width="80%" height="500">
+<iframe id="testframe" width="80%" height="500">