summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/credentials1.html
blob: 2ccfd00e79a4f5f64afc43dd2b32cea9e2f97f7f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="UTF-8" />
  <title>Favicon test for cross-origin credentials</title>
  <link rel="icon" href="https://example.com/browser/browser/base/content/test/favicons/credentials.png" crossorigin />
</head>
<body>
</body>
</html>