| 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..31e66f7cb183677fddf0f24b151c32a0a722cfb9 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: "Measure performance of CSS Transitions animating 'left' and 'top' with transition-property: 'all'.",
|
| + done: onCompletedRun,
|
| + unit: 'fps'
|
| + });
|
|
|
| // Create the particles
|
| for (var i = 0; i < maxParticles; i++) {
|
|
|