1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-10 09:16:20 +02:00
Files
php-htmlpurifier/tests/HTMLPurifier/HTMLT/tidy-background.htmlt
2008-09-27 21:19:35 -04:00

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>