Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / table-text-align-quirk.html
blob745fdcfe782b6456cc3dcf22793029976689f6d5
1 <html>
2 <head>
3 <title></title>
4 </head>
5 <body>
6 <div>
7 The text below should be left-justified since text-align does not inherit in quirks mode.
8 </div>
9 <div style="text-align: center;">
10 <table style="border: 1px solid black;">
11 <tr>
12 <td style="width: 100px;">hello.</td>
13 </tr>
14 </table>
15 </div>
16 </body>
17 </html>