blob: 26a6a85d1721c0bb7fa46f5eb471eb1c9cd2df21 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>Favicon test for the crossorigin attribute</title>
<link rel="icon" href="http://example.com/browser/browser/base/content/test/favicons/crossorigin.png" crossorigin />
</head>
<body>
</body>
</html>
|