Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / table-with-subpixel-cell-size-expected.html
blob30d635538cf9fe431a28360fe37378fb4dfe6920
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 td {
6 width: 51px;
7 border: 1px solid black;
9 </style>
10 </head>
11 <body>
12 <table border="1" cellpadding="1" cellspacing="0">
13 <tbody>
14 <tr>
15 <td>&nbsp;</td>
16 <td>&nbsp;</td>
17 <td>&nbsp;</td>
18 <td>&nbsp;</td>
19 </tr>
20 </tbody>
21 </table>
22 </body>
23 </html>