Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / table-rtl-padding-expected.html
blob9b071de9d02979815ac0f9119e74f18f6d3c27df
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
5 <style>
6 td { white-space: nowrap; }
7 </style>
8 </head>
9 <body style="zoom: 1.1;">
10 <table style="padding-right: 3px">
11 <tbody>
12 <tr>
13 <td>עדי רם </td>
14 <td>(11:05 , 11.01.13 )</td>
15 </tr>
16 </tbody>
17 Table content should not wrap.
18 </table>
19 </body>
20 </html>