0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-21 11:45:17 +00:00
htmlpurifier/tests/HTMLPurifier/HTMLT/tidy-background.htmlt

6 lines
183 B
Plaintext
Raw Normal View History

--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