| Index: PerformanceTests/Animation/balls-transition-all.html
|
| diff --git a/PerformanceTests/Animation/balls-transition-all.html b/PerformanceTests/Animation/balls-transition-all.html
|
| index c39ae9a56221346485b01d88df27cebc7ab172d8..0c38e96720400364524bf8d327aa44d95c09549c 100644
|
| --- a/PerformanceTests/Animation/balls-transition-all.html
|
| +++ b/PerformanceTests/Animation/balls-transition-all.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: all).',
|
| + done: onCompletedRun,
|
| + unit: 'fps'
|
| + });
|
|
|
| // Create the particles
|
| for (var i = 0; i < maxParticles; i++) {
|
|
|