| Index: PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
|
| diff --git a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d6b0344b720558e8f6721995050693237aea10cf
|
| --- /dev/null
|
| +++ b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Table layout performance with collapsed borders and a cell with a colspan wider than the other rows in the table.</title>
|
| + <link rel="stylesheet" href="resources/large-table-with-collapsed-borders.css" TYPE="text/css"></link>
|
| + <script src="../resources/runner.js"></script>
|
| + <script src="resources/large-table-with-collapsed-borders-and-colspan-wider-than-table.js"></script>
|
| + </head>
|
| + <body>
|
| + <pre id="log"></pre>
|
| + <script>
|
| + PerfTestRunner.measureTime({run: createTableTestFunction(400, 100)});
|
| + </script>
|
| + </body>
|
| +</html>
|
|
|