mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-05 05:37:49 +02:00
Add support for proprietary "background" attribute in table elements.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
4
tests/HTMLPurifier/HTMLT/tidy-background.htmlt
Normal file
4
tests/HTMLPurifier/HTMLT/tidy-background.htmlt
Normal file
@@ -0,0 +1,4 @@
|
||||
--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>
|
Reference in New Issue
Block a user