summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/favicon.html
blob: e1b84a9cc6cafcfc0bf5b0e4b9fdebea3001f59b (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<link type="image/png" href="icons/favicon.png" sizes="48x48" rel="icon" />
</head>
<body>
<p>It's expected that you see a favicon displayed for this page when you open it as a local file.</p>
<p>The favicon looks like this:</p>
<img id='image' src="icons/favicon.png"/>
</body>
</html>