Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / table-text-align-strict.html
blobd69037b463e71384a4295513026c17223912b630
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <title></title>
6 </head>
7 <body>
8 <div>
9 The text below should be centered since text-align does inherit in strict mode.
10 </div>
11 <div style="text-align: center;">
12 <table style="border: 1px solid black;">
13 <tr>
14 <td style="width: 100px;">hello.</td>
15 </tr>
16 </table>
17 </div>
18 </body>
19 </html>