Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Layout / large-table-with-collapsed-borders-and-colspans.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title>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.</title>
5         <link rel="stylesheet" href="resources/large-table-with-collapsed-borders.css" TYPE="text/css"></link>
6         <script src="../resources/runner.js"></script>
7         <script src="resources/large-table-with-collapsed-borders.js"></script>
8     </head>
9     <body>
10         <pre id="log"></pre>
11         <script>
12             PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 50)});
13         </script>
14     </body>
15 </html>