Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / PerformanceTests / Layout / large-table-with-collapsed-borders-and-no-colspans.html
blob6f7996ea1883cdc29ae4f0674217ebac4df91c40
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Table layout performance with collapsed borders and no cells with colspan.</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({
13 description: "Table layout performance with collapsed borders and no cells with colspan.",
14 run: createTableTestFunction(400, 100, 0)
15 });
16 </script>
17 </body>
18 </html>