Add a perf test which updates the value of an already declared CSS property.
authoralexis.menard@openbossa.org <alexis.menard@openbossa.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Mar 2012 11:57:05 +0000 (11:57 +0000)
committeralexis.menard@openbossa.org <alexis.menard@openbossa.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Mar 2012 11:57:05 +0000 (11:57 +0000)
commit6878299d299eb32d8a096e5a95f0d3f8163a8451
tree6a90c597fbb73b7174dc1f2288b82a1f3fecc050
parent076d77caf6fe486ea47b852a80e695b36b182ab3
Add a perf test which updates the value of an already declared CSS property.
https://bugs.webkit.org/show_bug.cgi?id=82321

Reviewed by Andreas Kling.

This benchmark update CSS existing properties of the style from JS.

* CSS/CSSPropertyUpdateValue.html: Added.

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