Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Animation / balls-javascript.html
index 4d7a542..fac9236 100644 (file)
@@ -71,7 +71,11 @@ var particles = [];
 var prevTime;
 
 window.onload = function () {
-    PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+    PerfTestRunner.prepareToMeasureValuesAsync({
+        description: 'Measures animation performance of javascript to manipulate DOM elements (animating on left and top).',
+        done: onCompletedRun,
+        unit: 'fps'
+    });
 
     // Create the particles
     for (var i = 0; i < maxParticles; i++)