haikuwebkit/LayoutTests/tables/mozilla/bugs/bug11384q.html

20 lines
389 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>text-align: center</TITLE>
</HEAD>
<BODY style="text-align: center">
<H1>&lt;BODY style=&quot;text-align: center&quot;&gt;</H1>
<TABLE width=80% border=1>
<TR>
<TD>The table should be center-aligned not the text</TD>
</TR>
</TABLE>
</BODY>
</HTML>