1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/base/content/test/social/opengraph/shorturl_linkrel.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<html> 1.5 +<head> 1.6 + <title>Test Image</title> 1.7 + 1.8 + <meta name="description" content="Iron man in a tutu" /> 1.9 + <meta name="title" content="Test Image" /> 1.10 + 1.11 + <meta name="medium" content="image" /> 1.12 + <link rel="image_src" href="http://example.com/1234/56789.jpg" id="image-src" /> 1.13 + <link id="canonicalurl" rel="canonical" href="http://www.example.com/photos/56789/" /> 1.14 + <link id="shorturl" href="http://imshort/p/abcde" /> 1.15 + 1.16 + <meta property="og:title" content="TestImage" /> 1.17 + <meta property="og:type" content="photos:photo" /> 1.18 + <meta property="og:url" content="http://www.example.com/photos/56789/" /> 1.19 + <meta property="og:site_name" content="My Photo Site" /> 1.20 + <meta property="og:description" content="Iron man in a tutu" /> 1.21 + <meta property="og:image" content="http://example.com/1234/56789.jpg" /> 1.22 + <meta property="og:image:width" content="480" /> 1.23 + <meta property="og:image:height" content="640" /> 1.24 +</head> 1.25 +<body> 1.26 + link[rel='shorturl'] 1.27 +</body> 1.28 +</html>