Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Layout / floats_50_100.html
index 5efc5dd..5d320b0 100644 (file)
@@ -9,7 +9,10 @@
     <body>
         <pre id="log"></pre>
         <script>
-            PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(50, 100, 0, 20, 1)});
+            PerfTestRunner.measureTime({
+                description: "Measures performance of a float layout with 1 row containing 50x100 floats.",
+                run: createFloatsLayoutTestFunction(50, 100, 0, 20, 1)
+            });
         </script>
     </body>
 </html>