Chromium Code Reviews| Index: PerformanceTests/Animation/balls-transitions.html |
| diff --git a/PerformanceTests/Animation/balls-transitions.html b/PerformanceTests/Animation/balls-transitions.html |
| index c9260b649894ab284e063ac9aa61ef03c483c078..67c9262cffa231eb52175f58bf07f4256cd052ed 100644 |
| --- a/PerformanceTests/Animation/balls-transitions.html |
| +++ b/PerformanceTests/Animation/balls-transitions.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: 'left, top'.", |
|
alancutter (OOO until 2018)
2014/10/20 00:09:34
"transition-property: left, top" shouldn't have si
|
| + done: onCompletedRun, |
| + unit: 'fps' |
| + }); |
| // Create the particles |
| for (var i = 0; i < maxParticles; i++) { |