summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/file_mask_icon.html
blob: 5bcd9e694ffe9ac37eb182f05615cb1a58934ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>Mask Icon</title>
    <link rel="icon" mask href="moz.png" type="image/png" />
    <link rel="mask-icon" href="moz.png" type="image/png" />
  </head>
  <body>
  </body>
</html>