| Index: PerformanceTests/Animation/balls-keyframe-animations.html
|
| diff --git a/PerformanceTests/Animation/balls-keyframe-animations.html b/PerformanceTests/Animation/balls-keyframe-animations.html
|
| index 0d3da1f89752476fd4fd15b7e1b2d2456dcd3f81..22007c3fad1cb3fe133f5f742df7c11a6a2f549e 100644
|
| --- a/PerformanceTests/Animation/balls-keyframe-animations.html
|
| +++ b/PerformanceTests/Animation/balls-keyframe-animations.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 'left' and 'top'.",
|
| + done: onCompletedRun,
|
| + unit: 'fps'
|
| + });
|
|
|
| generateStyleElement();
|
|
|
|
|