Index: chrome/test/data/feeds/url_decoding.html |
=================================================================== |
--- chrome/test/data/feeds/url_decoding.html (revision 0) |
+++ chrome/test/data/feeds/url_decoding.html (revision 0) |
@@ -0,0 +1,11 @@ |
+<rss version="2.0"> |
+<channel> |
+ <title>MyFeedTitle</title> |
+ <item> |
+ <title>Title 1</title> |
+ <link>http://www.google.com</link> |
+ <description>This feed should never been seen by the test because the path |
+ specified doesn't work unless double decoded.</description> |
+ </item> |
+</channel> |
+</rss> |