Add a new perf test to benchmark setting and reading CSS properties from JS.
authoralexis.menard@openbossa.org <alexis.menard@openbossa.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 15 Mar 2012 08:57:19 +0000 (08:57 +0000)
committeralexis.menard@openbossa.org <alexis.menard@openbossa.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 15 Mar 2012 08:57:19 +0000 (08:57 +0000)
commit913fb1ba93a6db37d076606382a631a30a9f7844
treec1eaac3d6507ea8970e070e473d59a24feeec800
parentdb59ff939ede60698b5711d8c3481183c43e0426
Add a new perf test to benchmark setting and reading CSS properties from JS.
https://bugs.webkit.org/show_bug.cgi?id=81155

Reviewed by Ryosuke Niwa.

This benchmark read and set CSS properties from JS. It contains a list
of common CSS properties.

* CSS/CSSPropertySetterGetter.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@110833 268f45cc-cd09-0410-ab3c-d52691b4dbfc
PerformanceTests/CSS/CSSPropertySetterGetter.html [new file with mode: 0644]
PerformanceTests/ChangeLog