mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-12 07:41:12 +01:00
6 lines
198 B
Plaintext
6 lines
198 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>
|
|
--# vim: et sw=4 sts=4
|