chromium/chrome/test/data/feeds/url_decoding.html

<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>