mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
18 lines
424 B
HTML
18 lines
424 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=458579
|
|
-->
|
|
<head>
|
|
<title>Test for page info feeds tab</title>
|
|
|
|
<!-- Straight up standard -->
|
|
<link rel="alternate" type="application/atom+xml" title="1" href="/1.atom" />
|
|
<link rel="alternate" type="application/rss+xml" title="2" href="/2.rss" />
|
|
<link rel="feed" title="3" href="/3.xml" />
|
|
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|