PerfTestRunner should automatically create pre#log
authorrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 31 Jan 2012 21:35:51 +0000 (21:35 +0000)
committerrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 31 Jan 2012 21:35:51 +0000 (21:35 +0000)
commitef28db1a1048e3a77d21af23ce6d0498567f101c
tree5238c206aa14d6618b967ed0fd59018d9a648cab
parent861216b24ad85acfa096d811e0a74b4ec07201a2
PerfTestRunner should automatically create pre#log
https://bugs.webkit.org/show_bug.cgi?id=77469

Reviewed by Tony Chang.

Automatically generate <pre id="log"></pre> if there isn't one.

* Bindings/event-target-wrapper.html:
* DOM/Accessors.html:
* DOM/CloneNodes.html:
* DOM/CreateNodes.html:
* DOM/DOMDivWalk.html:
* DOM/DOMTable.html:
* DOM/DOMWalk.html:
* DOM/Events.html:
* DOM/GetElement.html:
* DOM/GridSort.html:
* DOM/Template.html:
* Dromaeo/dom-query.html:
* Dromaeo/resources/dromaeorunner.js:
* Parser/html-parser.html:
* Parser/html5-full-render.html:
* Parser/simple-url.html:
* Parser/tiny-innerHTML.html:
* Parser/url-parser.html:
* Parser/xml-parser.html:
* resources/runner.js:
(PerfTestRunner.log):
(PerfTestRunner.printStatistics):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106386 268f45cc-cd09-0410-ab3c-d52691b4dbfc
21 files changed:
PerformanceTests/Bindings/event-target-wrapper.html
PerformanceTests/ChangeLog
PerformanceTests/DOM/Accessors.html
PerformanceTests/DOM/CloneNodes.html
PerformanceTests/DOM/CreateNodes.html
PerformanceTests/DOM/DOMDivWalk.html
PerformanceTests/DOM/DOMTable.html
PerformanceTests/DOM/DOMWalk.html
PerformanceTests/DOM/Events.html
PerformanceTests/DOM/GetElement.html
PerformanceTests/DOM/GridSort.html
PerformanceTests/DOM/Template.html
PerformanceTests/Dromaeo/dom-query.html
PerformanceTests/Dromaeo/resources/dromaeorunner.js
PerformanceTests/Parser/html-parser.html
PerformanceTests/Parser/html5-full-render.html
PerformanceTests/Parser/simple-url.html
PerformanceTests/Parser/tiny-innerHTML.html
PerformanceTests/Parser/url-parser.html
PerformanceTests/Parser/xml-parser.html
PerformanceTests/resources/runner.js