tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / table-text-align-quirk.html
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>