| Index: PerformanceTests/Animation/balls-transition-20-properties.html
|
| diff --git a/PerformanceTests/Animation/balls-transition-20-properties.html b/PerformanceTests/Animation/balls-transition-20-properties.html
|
| index 174d32798d521289b7bb2b957d83b4a57434c5f7..3d2be93d15224962680004044aee4301070d695c 100644
|
| --- a/PerformanceTests/Animation/balls-transition-20-properties.html
|
| +++ b/PerformanceTests/Animation/balls-transition-20-properties.html
|
| @@ -70,7 +70,11 @@ var testRunning = true;
|
| var particles = [];
|
|
|
| window.onload = function () {
|
| - PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
|
| + PerfTestRunner.prepareToMeasureValuesAsync({
|
| + description: 'Measures performance of CSS transition animation (animating on left and top, transition-property: [20 properties]).',
|
| + done: onCompletedRun,
|
| + unit: 'fps'
|
| + });
|
|
|
| // Create the particles
|
| for (var i = 0; i < maxParticles; i++) {
|
|
|