OLD | NEW |
---|---|
(Empty) | |
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-border s.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, 0 )}); | |
13 </script> | |
14 </body> | |
15 </html> | |
OLD | NEW |