Don't add nofollow for matching hosts, generalize this code.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / tidy-background.htmlt
blob08bda267815414556876c3cac145273c9cfcb465
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