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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <html>
     2 <head>
     3 	<title>Test Image</title>
     5         <meta name="description" content="Iron  man in a tutu" />
     6 	<meta name="title" content="Test Image" />
     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" />
    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