git://git.webkit.org
/
WebKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2011-02-02 Eric Seidel <eric@webkit.org>
[WebKit.git]
/
PerformanceTests
/
Parser
/
resources
/
runner.js
diff --git
a/PerformanceTests/Parser/resources/runner.js
b/PerformanceTests/Parser/resources/runner.js
index 4baa497bf7b0e8482caafd41ff4329835b93f586..3fc0b4f3ed1284f13375bc1f8c8bfd9a207f9a0c 100644
(file)
--- a/
PerformanceTests/Parser/resources/runner.js
+++ b/
PerformanceTests/Parser/resources/runner.js
@@
-1,6
+1,6
@@
function log(text) {
function log(text) {
- document.getElementById("log").inner
Text
+= text + "\n";
- window.scrollTo(document.body.height);
+ document.getElementById("log").inner
HTML
+= text + "\n";
+ window.scrollTo(
0,
document.body.height);
}
function loadFile(path) {
}
function loadFile(path) {