Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / table-rows-no-gaps-expected.html
blob057f6e5f5fce8a9079b32f9983c8a4c0ca0eee6f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body { zoom: 1.5; }
6 #head { height: 35px; }
7 table { background: white; margin-top: 25px; }
8 </style>
9 </head>
10 <body>
11 <table cellpadding="0" cellspacing="0" width="100%">
12 <tr>
13 <td style="height:21px">first row</td>
14 </tr>
15 <tr>
16 <td>second row</td>
17 </tr>
18 </table>
19 There should be no red line between the rows.
20 </body>
21 </html>