Add vim modelines to all files.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / tidy-background.htmlt
blob9b1127085380f09f40f250695fcb22049055588a
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