summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/social/opengraph/og_invalid_url.html
blob: ad1dae2bec7802e570f2185f8b7cf85f96ea8de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns:og="http://ogp.me/ns#">
<head>
  <meta property="og:url" content="chrome://browser/content/aboutDialog.xul"/>
  <meta property="og:site_name" content="Evil chrome delivering website"/>
  <meta property="og:description"
        content="A test corpus file for open graph tags passing a bad url"/>
</head>
<body>
    Open Graph Test Page
</body>
</html>