summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests2/data/favicon-candidates-gray.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests2/data/favicon-candidates-gray.html')
-rw-r--r--tests/auto/quick/qmltests2/data/favicon-candidates-gray.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/auto/quick/qmltests2/data/favicon-candidates-gray.html b/tests/auto/quick/qmltests2/data/favicon-candidates-gray.html
deleted file mode 100644
index ebea35b02..000000000
--- a/tests/auto/quick/qmltests2/data/favicon-candidates-gray.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
- <head>
- <title>Gray Candidate Favicons Test</title>
- <link rel="shortcut icon" href="icons/gray16.png" />
- <link rel="shortcut icon" href="icons/gray32.png" />
- <link rel="shortcut icon" href="icons/gray64.png" />
- <link rel="shortcut icon" href="icons/gray128.png" />
- <link rel="shortcut icon" href="icons/gray255.png" />
- </head>
- <body>
- <h1>Gray Candidate Favicons Test</h1>
- <table style="width:100%">
- <tr>
- <td align="center"><img src="icons/gray16.png" height="16" width="16" border="1" /></td>
- <td align="center"><img src="icons/gray32.png" height="32" width="32" border="1" /></td>
- <td align="center"><img src="icons/gray64.png" height="64" width="64" border="1" /></td>
- <td align="center"><img src="icons/gray128.png" height="128" width="128" border="1" /></td>
- <td align="center"><img src="icons/gray255.png" height="255" width="255" border="1" /></td>
- </tr>
- <tr>
- <td align="center">16x16</td>
- <td align="center">32x32</td>
- <td align="center">64x64</td>
- <td align="center">128x128</td>
- <td align="center">255x255</td>
- </tr>
- </table>
- </body>
-</html>