mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
14 lines
282 B
XML
14 lines
282 B
XML
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
|
<!--
|
||
|
|
|
||
|
|
Description: item title works
|
||
|
|
Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).fields.getProperty('title') == 'test'
|
||
|
|
|
||
|
|
-->
|
||
|
|
<rss version="2.0" >
|
||
|
|
<channel>
|
||
|
|
<item>
|
||
|
|
<title>test</title>
|
||
|
|
</item>
|
||
|
|
</channel>
|
||
|
|
</rss>
|