mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-14 01:08:41 +00:00
5 lines
158 B
Plaintext
5 lines
158 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>
|