chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug11384s.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 text should be center-aligned not the table</TD>
  </TR>
</TABLE>

</BODY>
</HTML>