Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Layout / large-table-with-collapsed-borders-and-colspans.html
index 5ccbbe1..795a561 100644 (file)
@@ -9,7 +9,10 @@
     <body>
         <pre id="log"></pre>
         <script>
-            PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 50)});
+            PerfTestRunner.measureTime({
+                description: "Table layout performance with collapsed borders and a cell with a colspan that can be accomodated by the width given by other rows in the table.",
+                run: createTableTestFunction(400, 100, 50)
+            });
         </script>
     </body>
 </html>