summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/metatags.html
blob: 946c9faf27bc085000d1ee46a15c0a6386bd963d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>MetaTags</title>
    <meta property="twitter:description" content="twitter:description" />
    <meta property="og:description" content="og:description" />
    <meta name="description" content="description" />
    <meta name="unknown:tag" content="unknown:tag" />
    <meta property="og:image" content="https://test.com/og-image.jpg" />
    <meta
      property="twitter:image"
      content="https://test.com/twitter-image.jpg"
    />
    <meta property="og:image:url" content="https://test.com/og-image-url" />
    <meta name="thumbnail" content="https://test.com/thumbnail.jpg" />
  </head>
  <body></body>
</html>