mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
12 lines
402 B
XML
12 lines
402 B
XML
|
<!--
|
||
|
Description: style contains url
|
||
|
Expect: not bozo and entries[0]['description'] == '<span style="background-color: #000;">Some text</span>'
|
||
|
-->
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<item>
|
||
|
<description><span style="background-color: #000; background-image: url(/category/images/cafeneon_small.jpg); background-repeat: no-repeat;">Some text</span></description>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|