Always quote the contents of url() in CSS.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / tidy-background.htmlt
blobe9438b84b4bc311e4a162426ab60075ab4d61af9
1 --HTML--
2 <table background="logo.png"><tr><td>asdf</td></tr></table>
3 --EXPECT--
4 <table style="background-image:url('logo.png');"><tr><td>asdf</td></tr></table>
5 --# vim: et sw=4 sts=4