tidy-background.htmlt 193 B

12345
  1. --HTML--
  2. <table background="logo.png"><tr><td>asdf</td></tr></table>
  3. --EXPECT--
  4. <table style="background-image:url(&quot;logo.png&quot;);"><tr><td>asdf</td></tr></table>
  5. --# vim: et sw=4 sts=4