browser/base/content/test/social/opengraph/shorturl_linkrel.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:7e5f5fc82b1f
1 <html>
2 <head>
3 <title>Test Image</title>
4
5 <meta name="description" content="Iron man in a tutu" />
6 <meta name="title" content="Test Image" />
7
8 <meta name="medium" content="image" />
9 <link rel="image_src" href="http://example.com/1234/56789.jpg" id="image-src" />
10 <link id="canonicalurl" rel="canonical" href="http://www.example.com/photos/56789/" />
11 <link id="shorturl" href="http://imshort/p/abcde" />
12
13 <meta property="og:title" content="TestImage" />
14 <meta property="og:type" content="photos:photo" />
15 <meta property="og:url" content="http://www.example.com/photos/56789/" />
16 <meta property="og:site_name" content="My Photo Site" />
17 <meta property="og:description" content="Iron man in a tutu" />
18 <meta property="og:image" content="http://example.com/1234/56789.jpg" />
19 <meta property="og:image:width" content="480" />
20 <meta property="og:image:height" content="640" />
21 </head>
22 <body>
23 link[rel='shorturl']
24 </body>
25 </html>

mercurial