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