mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
533 B
XML
20 lines
533 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
|
|
Description: atom contributor uri works
|
|
Expect: feed.contributors.queryElementAt(1, Components.interfaces.nsIFeedPerson).uri.spec=='http://example.com/';
|
|
|
|
-->
|
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
<title>test title</title>
|
|
<contributor>
|
|
<email>hmm@example.com</email>
|
|
<name>foo</name>
|
|
<uri>http://example.org</uri>
|
|
</contributor>
|
|
<contributor>
|
|
<email>bar@example.com</email>
|
|
<name>foo</name>
|
|
<uri>http://example.com</uri>
|
|
</contributor>
|
|
</feed> |