mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 23:58:41 +00:00
12b811d749
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
--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
|