Changeset 112253 in webkit


Ignore:
Timestamp:
Mar 27, 2012 4:57:05 AM (12 years ago)
Author:
alexis.menard@openbossa.org
Message:

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.
Location:
trunk/PerformanceTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r110933 r112253  
     12012-03-27  Alexis Menard  <alexis.menard@openbossa.org>
     2
     3        Add a perf test which updates the value of an already declared CSS property.
     4        https://bugs.webkit.org/show_bug.cgi?id=82321
     5
     6        Reviewed by Andreas Kling.
     7
     8        This benchmark update CSS existing properties of the style from JS.
     9
     10        * CSS/CSSPropertyUpdateValue.html: Added.
     11
    1122012-03-15  Kentaro Hara  <haraken@chromium.org>
    213
Note: See TracChangeset for help on using the changeset viewer.