Add a perf test when updating the value of an already declared CSS property.
Created attachment 134025 [details] Patch
Comment on attachment 134025 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134025&action=review r=me > PerformanceTests/CSS/CSSPropertyUpdateValue.html:77 > +PerfTestRunner.run(function() { > + for (key in properties) > + div.style[key] = properties[key]; > +}, 10000); Would be nice with a comment noting that the first pass is discarded from the results, since otherwise it looks like one of the passes will add, not update, properties.
Created attachment 134026 [details] Patch for landing
Comment on attachment 134026 [details] Patch for landing Clearing flags on attachment: 134026 Committed r112253: <http://trac.webkit.org/changeset/112253>
All reviewed patches have been landed. Closing bug.