Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <rss version="2.0"> | |
| 2 <channel> | |
| 3 <title>MyFeedTitle</title> | |
| 4 <item> | |
| 5 <title>Title 1</title> | |
| 6 <link>http://www.google.com</link> | |
| 7 <description>This feed should never been seen by the test because the path | |
| 8 specified doesn't work unless double decoded.</description> | |
| 9 </item> | |
| 10 </channel> | |
| 11 </rss> | |
| OLD | NEW |