mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-11 01:08:45 +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>
|