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

Side by Side Diff: LayoutTests/fast/sub-pixel/table-rows-no-gaps.html

Issue 10815035: Merge 122769 - Inconsistent rounding in table layout causes background color to bleed through (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/sub-pixel/table-rows-no-gaps-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 body { zoom: 1.5; } 5 body { zoom: 1.5; }
6 #head { height: 35px; } 6 #head { height: 35px; }
7 table { background: red; margin-top: 25px; } 7 table { background: red; margin-top: 25px; }
8 td { background: white; } 8 td { background: white; }
9 </style> 9 </style>
10 </head> 10 </head>
11 <body> 11 <body>
12 <table cellpadding="0" cellspacing="0" width="100%"> 12 <table cellpadding="0" cellspacing="0" width="100%">
13 <tr> 13 <tr>
14 <td style="height:21px">first row</td> 14 <td style="height:21px">first row</td>
15 </tr> 15 </tr>
16 <tr> 16 <tr>
17 <td>second row</td> 17 <td>second row</td>
18 </tr> 18 </tr>
19 </table> 19 </table>
20 There should be no red line between the rows. 20 There should be no red line between the rows.
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/sub-pixel/table-rows-no-gaps-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698