910e62b5创建于 1月15日历史提交
<!DOCTYPE html>
<html>
    <head>
        <title>Table layout performance with collapsed borders and no cells with colspan.</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.js"></script>
    </head>
    <body>
        <pre id="log"></pre>
        <script>
            PerfTestRunner.measureTime({
                description: "Table layout performance with collapsed borders and no cells with colspan.",
                run: createTableTestFunction(400, 100, 0)
            });
        </script>
    </body>
</html>