Files
brave-core/test/data/page_with_rss.html
T

10 lines
177 B
HTML

<html>
<head>
<title>RSS Test</title>
<link rel="alternate" type="application/rss+xml" href="/page_with_rss.xml">
</head>
<body>
<p>Some content</p>
</body>
</html>