| Index: PerformanceTests/Animation/balls-composited-transform.html
|
| diff --git a/PerformanceTests/Animation/balls-composited-transform.html b/PerformanceTests/Animation/balls-composited-transform.html
|
| index c58c0831281263ee9f685568c4430f9b56793b17..dd2903b1ee6cfbfdf9496755cb33719beea32dae 100644
|
| --- a/PerformanceTests/Animation/balls-composited-transform.html
|
| +++ b/PerformanceTests/Animation/balls-composited-transform.html
|
| @@ -70,7 +70,11 @@ var animationDuration = 10;
|
| var particles = [];
|
|
|
| window.onload = function () {
|
| - PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
|
| + PerfTestRunner.prepareToMeasureValuesAsync({
|
| + description: "Measure performance of CSS Animations animating 'transform: translate'.",
|
| + done: onCompletedRun,
|
| + unit: 'fps'
|
| + });
|
|
|
| generateStyleElement();
|
|
|
|
|