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

Side by Side Diff: LayoutTests/fast/sub-pixel/table-rows-no-gaps-expected.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
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: white; margin-top: 25px; } 7 table { background: white; margin-top: 25px; }
8 </style> 8 </style>
9 </head> 9 </head>
10 <body> 10 <body>
11 <table cellpadding="0" cellspacing="0" width="100%"> 11 <table cellpadding="0" cellspacing="0" width="100%">
12 <tr> 12 <tr>
13 <td style="height:21px">first row</td> 13 <td style="height:21px">first row</td>
14 </tr> 14 </tr>
15 <tr> 15 <tr>
16 <td>second row</td> 16 <td>second row</td>
17 </tr> 17 </tr>
18 </table> 18 </table>
19 There should be no red line between the rows. 19 There should be no red line between the rows.
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698