first commit
This commit is contained in:
5
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/tidy-background.htmlt
Executable file
5
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/tidy-background.htmlt
Executable file
@ -0,0 +1,5 @@
|
||||
--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
|
Reference in New Issue
Block a user