| Index: PerformanceTests/Animation/balls-transition-10-properties.html
|
| diff --git a/PerformanceTests/Animation/balls-transition-10-properties.html b/PerformanceTests/Animation/balls-transition-10-properties.html
|
| index 6a3e8c01d3eae6c3e9885e074d4d9b5ea8c86ae1..c442c9bb4d26d265c027746eebc8f21b236b8a7c 100644
|
| --- a/PerformanceTests/Animation/balls-transition-10-properties.html
|
| +++ b/PerformanceTests/Animation/balls-transition-10-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 Transitions, with a transition on 10 properties but only 'left' and 'top' changing.",
|
| + done: onCompletedRun,
|
| + unit: 'fps'
|
| + });
|
|
|
| // Create the particles
|
| for (var i = 0; i < maxParticles; i++) {
|
|
|