summaryrefslogtreecommitdiffstats
path: root/toolkit/modules/tests/browser/metadata_titles.html
blob: bd420130444cd05266e9b8b39cb131e1503aad4b (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <title>Test Titles</title>
    <meta property="description" content="A very simple test page" />
    <meta property="og:title" content="Title" />
  </head>
  <body>
    Llama.
  </body>
</html>