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

Side by Side Diff: PerformanceTests/Layout/large-table-with-collapsed-borders-and-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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Table layout performance with collapsed borders and a cell with a colspan that can be accomodated by the width given by other rows in the table.< /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, 5 0)});
13 </script>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « no previous file | PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698