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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/base/content/test/social/opengraph/og_invalid_url.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<html xmlns:og="http://ogp.me/ns#">
     1.5 +<head>
     1.6 +  <meta property="og:url" content="chrome://browser/content/aboutDialog.xul"/>
     1.7 +  <meta property="og:site_name" content="Evil chrome delivering website"/>
     1.8 +  <meta property="og:description"
     1.9 +        content="A test corpus file for open graph tags passing a bad url"/>
    1.10 +</head>
    1.11 +<body>
    1.12 +    Open Graph Test Page
    1.13 +</body>
    1.14 +</html>

mercurial