| Index: PerformanceTests/Animation/overlay-background-color-transitions.html
|
| diff --git a/PerformanceTests/Animation/overlay-background-color-transitions.html b/PerformanceTests/Animation/overlay-background-color-transitions.html
|
| index 006c82e6c58a364da09be1feace99d7186c3c705..680b0dfbbdbbcea0d8390c78c6d79e88d70a4939 100644
|
| --- a/PerformanceTests/Animation/overlay-background-color-transitions.html
|
| +++ b/PerformanceTests/Animation/overlay-background-color-transitions.html
|
| @@ -68,7 +68,11 @@ var testRunning = true;
|
| var overlays = [];
|
|
|
| window.onload = function () {
|
| - PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
|
| + PerfTestRunner.prepareToMeasureValuesAsync({
|
| + description: 'Measures performance of CSS transition animation with one foreground animation and many in the background (animating on background-color).',
|
| + done: onCompletedRun,
|
| + unit: 'fps'
|
| + });
|
|
|
| // Create the overlays
|
| for (var i = 0; i < maxOverlays; i++) {
|
|
|