Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug11384s.html
blob78675f72883a0ccd7e4b15fc6cb4d2bece9284b5
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2 <HTML>
4 <HEAD>
5 <TITLE>text-align: center</TITLE>
6 </HEAD>
8 <BODY style="text-align: center">
10 <H1>&lt;BODY style=&quot;text-align: center&quot;&gt;</H1>
12 <TABLE width=80% border=1>
13 <TR>
14 <TD>The text should be center-aligned not the table</TD>
15 </TR>
16 </TABLE>
18 </BODY>
19 </HTML>