summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/favicons/credentials2.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/favicons/credentials2.html')
-rw-r--r--browser/base/content/test/favicons/credentials2.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/browser/base/content/test/favicons/credentials2.html b/browser/base/content/test/favicons/credentials2.html
new file mode 100644
index 0000000000..cc28ca77bd
--- /dev/null
+++ b/browser/base/content/test/favicons/credentials2.html
@@ -0,0 +1,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>