add tests for favicons

This commit is contained in:
Stian Lund
2023-07-05 18:16:23 +02:00
parent 2630c1d9bc
commit 3d0ab19706
7 changed files with 58 additions and 6 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Cases</title>
</head>
<body>
<h3>Testing Links</h3>
<hr>
<div>SFTP protocol: <a href="sftp://mab.sdf.org">mab.sdf.org</a></div>
<div>Flash download link: <a href="https://get.adobe.com/flashplayer/">Download</a></div>
<div>Mailto link: <a href="mailto:test@example.com">Mailto link</a></div>
<div>TEL link: <a href="tel:1-234-567-8910">TEL link</a></div>
<div>FTP download: <a href="ftp://ftp.sunet.se/robots.txt">Download over FTP</a></div>
<div>"insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/amazon/Afghanistan11-SetupBeta-v070.exe">Download over plain HTTP</a></div>
<hr>
</body>
</html>