summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/composition/html/linkpreview.html
blob: 5b80bdc59e5c938507cc9e02080260c29d0d384b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html prefix="og: https://ogp.me/ns#">
<head>
  <title>OG test</title>
  <meta charset="UTF-8" />
  <meta property="og:title" content="Article title" />
  <meta property="og:url" content="https://www.example.com/?test=true" />
  <meta property="og:image" content="http://mochi.test:8888/browser/comm/mail/test/browser/content-policy/html/pass.png" />
  <meta property="og:description" content="Description of test article." />
</head>
<body>
  <p>See <a href="https://ogp.me/">https://ogp.me/</a>
</body>
</html>