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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <html>
     2 <head>
     3     <link rel="image_src" href="http://example.com/1234/56789.jpg" id="image-src" />
     4     <link id="canonicalurl" rel="canonical" href="http://www.example.com/photos/56789/" />
     5     <link id="shorturl" rev="canonical" type="text/html" href="http://imshort/p/abcde" />
     6 </head>
     7 <body>
     8     link id="shorturl"
     9 </body>
    10 </html>

mercurial