You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- --HTML--
- <table background="logo.png"><tr><td>asdf</td></tr></table>
- --EXPECT--
- <table style="background-image:url("logo.png");"><tr><td>asdf</td></tr></table>
- --# vim: et sw=4 sts=4
|