1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/base/content/test/social/opengraph/opengraph.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<html xmlns:og="http://ogp.me/ns#"> 1.5 +<head> 1.6 + <meta property="og:title" content=">This is my title<"/> 1.7 + <meta property="og:url" content="https://www.mozilla.org"/> 1.8 + <meta property="og:image" content="https://www.mozilla.org/favicon.png"/> 1.9 + <meta property="og:site_name" content=">My simple test page<"/> 1.10 + <meta property="og:description" 1.11 + content="A test corpus file for open graph tags we care about"/> 1.12 +</head> 1.13 +<body> 1.14 + Open Graph Test Page 1.15 +</body> 1.16 +</html>