1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/places/tests/chrome/sample_feed.atom Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<feed xmlns="http://www.w3.org/2005/Atom"> 1.6 + 1.7 + <title>Example Feed</title> 1.8 + <link href="http://example.org/"/> 1.9 + <updated>2003-12-13T18:30:02Z</updated> 1.10 + 1.11 + <author> 1.12 + <name>John Doe</name> 1.13 + </author> 1.14 + <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> 1.15 + 1.16 + <entry> 1.17 + 1.18 + <title>Atom-Powered Robots Run Amok</title> 1.19 + <link href="http://example.org/2003/12/13/atom03"/> 1.20 + <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> 1.21 + <updated>2003-12-13T18:30:02Z</updated> 1.22 + 1.23 + <summary>Some text.</summary> 1.24 + </entry> 1.25 + 1.26 +</feed>