summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/favicon.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/favicon.html')
-rw-r--r--tests/auto/quick/qmltests/data/favicon.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/data/favicon.html b/tests/auto/quick/qmltests/data/favicon.html
new file mode 100644
index 000000000..c9f225c52
--- /dev/null
+++ b/tests/auto/quick/qmltests/data/favicon.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+</head>
+<link type="image/png" href="favicon.png" sizes="48x48" rel="icon" />
+<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 src="favicon.png"/>
+</body>
+</html>