summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/credentials2.html
blob: cc28ca77bdf13dedd8674b9f60ee8ab8180923d4 (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="use-credentials" />
</head>
<body>
</body>
</html>