Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html

Issue 154243002: Optimize RenderTable::colToEffCol() for tables without colspans (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
diff --git a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
new file mode 100644
index 0000000000000000000000000000000000000000..24eeb10ffb27e1cab34559052d83216dddfc93cb
--- /dev/null
+++ b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
@@ -0,0 +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({run: createTableTestFunction(400, 100, 0)});
+ </script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698