1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/base/content/test/general/feed_tab.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<!-- 1.7 +https://bugzilla.mozilla.org/show_bug.cgi?id=458579 1.8 +--> 1.9 + <head> 1.10 + <title>Test for page info feeds tab</title> 1.11 + 1.12 + <!-- Straight up standard --> 1.13 + <link rel="alternate" type="application/atom+xml" title="1" href="/1.atom" /> 1.14 + <link rel="alternate" type="application/rss+xml" title="2" href="/2.rss" /> 1.15 + <link rel="feed" title="3" href="/3.xml" /> 1.16 + 1.17 + </head> 1.18 + <body> 1.19 + </body> 1.20 +</html>