From 913fb1ba93a6db37d076606382a631a30a9f7844 Mon Sep 17 00:00:00 2001 From: "alexis.menard@openbossa.org" Date: Thu, 15 Mar 2012 08:57:19 +0000 Subject: [PATCH] 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 | 82 +++++++++++++++++++++++ PerformanceTests/ChangeLog | 12 ++++ 2 files changed, 94 insertions(+) create mode 100644 PerformanceTests/CSS/CSSPropertySetterGetter.html diff --git a/PerformanceTests/CSS/CSSPropertySetterGetter.html b/PerformanceTests/CSS/CSSPropertySetterGetter.html new file mode 100644 index 0000000..19396a9 --- /dev/null +++ b/PerformanceTests/CSS/CSSPropertySetterGetter.html @@ -0,0 +1,82 @@ + + + + + + +
Content here.
+ + + diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog index 7fdebc6..e9cf083 100644 --- a/PerformanceTests/ChangeLog +++ b/PerformanceTests/ChangeLog @@ -1,3 +1,15 @@ +2012-03-14 Alexis Menard + + 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. + 2012-03-14 Alexandru Chiculita Layout/floats.html should be runnable by run-perf-tests -- 2.7.4