| Index: PerformanceTests/Animation/api-balls-keyframe-animations.html
|
| diff --git a/PerformanceTests/Animation/api-balls-keyframe-animations.html b/PerformanceTests/Animation/api-balls-keyframe-animations.html
|
| index f346116b552b1a58377a5b9522c99678d599626f..c52ba8ebf57bd3bf0d90d8a554a4e5db4f8c4fa0 100644
|
| --- a/PerformanceTests/Animation/api-balls-keyframe-animations.html
|
| +++ b/PerformanceTests/Animation/api-balls-keyframe-animations.html
|
| @@ -71,7 +71,11 @@ var particles = [];
|
| var allParticleKeyframes = [];
|
|
|
| window.onload = function () {
|
| - PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
|
| + PerfTestRunner.prepareToMeasureValuesAsync({
|
| + description: "Measure performance of Web Animations API animating 'left' and 'top' using Element.animate()",
|
| + done: onCompletedRun,
|
| + unit: 'fps'
|
| + });
|
|
|
| // Create the particles
|
| for (var i = 0; i < maxParticles; i++) {
|
|
|