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

Side by Side Diff: PerformanceTests/Layout/resources/large-table-with-collapsed-borders.css

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
OLDNEW
(Empty)
1 html, body {
2 margin: 0;
3 }
4
5 table {
6 border-collapse: collapse;
7 border : 1px solid red;
8 }
9 td {
10 border : 1px solid blue;
11 width: 5px;
12 height: 5px;
13 }
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698