Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Layout / large-table-with-collapsed-borders-and-colspans-wider-than-table.html
index 5596244..e0795ac 100644 (file)
@@ -9,7 +9,10 @@
     <body>
         <pre id="log"></pre>
         <script>
-            PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 500)});
+            PerfTestRunner.measureTime({
+                description: "Table layout performance with collapsed borders and a cell with a colspan wider than the other rows in the table.",
+                run: createTableTestFunction(400, 100, 500)
+            });
         </script>
     </body>
 </html>