Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Layout / large-table-with-collapsed-borders-and-no-colspans.html
index 24eeb10..6f7996e 100644 (file)
@@ -9,7 +9,10 @@
     <body>
         <pre id="log"></pre>
         <script>
-            PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 0)});
+            PerfTestRunner.measureTime({
+                description: "Table layout performance with collapsed borders and no cells with colspan.",
+                run: createTableTestFunction(400, 100, 0)
+            });
         </script>
     </body>
 </html>