Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Animation / balls-svg.html
index 8486ef9..8be631d 100644 (file)
@@ -76,7 +76,11 @@ window.onload = function () {
     for (var i = 0; i < maxParticles; i++)
         addParticle();
 
-    PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+    PerfTestRunner.prepareToMeasureValuesAsync({
+        description: 'Measures performance of SVG animation using animateTransform (animating on x and y).',
+        done: onCompletedRun,
+        unit: 'fps'
+    });
 
     startTrackingFrameRate();
 }