Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <!-- |
michael@0 | 3 | |
michael@0 | 4 | Description: RSS1 feed w/ bogus title element |
michael@0 | 5 | Expect: feed.title.text == 'Correct Title' |
michael@0 | 6 | |
michael@0 | 7 | --> |
michael@0 | 8 | <rdf:RDF |
michael@0 | 9 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
michael@0 | 10 | xmlns="http://purl.org/rss/1.0/" |
michael@0 | 11 | xmlns:dc='http://purl.org/dc/elements/1.1/'> |
michael@0 | 12 | |
michael@0 | 13 | |
michael@0 | 14 | |
michael@0 | 15 | <title>Bogus</title> |
michael@0 | 16 | |
michael@0 | 17 | |
michael@0 | 18 | |
michael@0 | 19 | <channel rdf:about="http://www.xml.com/xml/news.rss"> |
michael@0 | 20 | <title>Correct Title</title> |
michael@0 | 21 | <link>http://xml.com/pub</link> |
michael@0 | 22 | <dc:description>another description</dc:description> |
michael@0 | 23 | </channel> |
michael@0 | 24 | |
michael@0 | 25 | |
michael@0 | 26 | |
michael@0 | 27 | <title>Bogus</title> |
michael@0 | 28 | |
michael@0 | 29 | |
michael@0 | 30 | |
michael@0 | 31 | <item> |
michael@0 | 32 | <title>XML: A Disruptive Technology</title> |
michael@0 | 33 | <link>http://c.moreover.com/click/here.pl?r123</link> |
michael@0 | 34 | <dc:description> |
michael@0 | 35 | XML is placing increasingly heavy loads on the existing technical infrastructure of the Internet. |
michael@0 | 36 | </dc:description> |
michael@0 | 37 | </item> |
michael@0 | 38 | <item> |
michael@0 | 39 | <dc:publisher>The O'Reilly Network</dc:publisher> |
michael@0 | 40 | <dc:description> |
michael@0 | 41 | XML is placing increasingly heavy loads on the existing technical infrastructure of the Internet 2. |
michael@0 | 42 | </dc:description> |
michael@0 | 43 | <title>XML: A Disruptive Technology</title> |
michael@0 | 44 | </item> |
michael@0 | 45 | </rdf:RDF> |