chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug106158-1.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>tipofday</TITLE>
<style>
div { width: 450px; border: 1px solid green;}
table { border: 1px solid black; }
table[align] { border: 1px solid red; }
</style>
</HEAD>

<BODY>
<table width="450"><tr><td>
  <table align=right width="100%">
   <tr><td>test</td></tr>
  </table>
  <table width="99%">
   <TR><td>
    <table>
     <tr><td><img src="../images/bullet.gif"> Shop Till You Drop<BR>
      From Regina Lewis, AOL's Online Advisor<BR>
          <img src="../images/bullet.gif"> Forget Dates? Don't Worry We'll Remind You<BR></td>
     </tr></table>
        </td></TR></table>
</td></tr></table>
</BODY>
</HTML>