summaryrefslogtreecommitdiffstats
path: root/tests/auto/qimagereader/images/corrupt-pixel-count.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qimagereader/images/corrupt-pixel-count.xpm')
-rw-r--r--tests/auto/qimagereader/images/corrupt-pixel-count.xpm11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qimagereader/images/corrupt-pixel-count.xpm b/tests/auto/qimagereader/images/corrupt-pixel-count.xpm
new file mode 100644
index 0000000000..3a736ff262
--- /dev/null
+++ b/tests/auto/qimagereader/images/corrupt-pixel-count.xpm
@@ -0,0 +1,11 @@
+/* XPM */
+static const char *marble_xpm[] = {
+/* width height num_colors chars_per_pixel */
+"2 2 2 -2",
+/* colors */
+"a c #adadad",
+"b c #dedede",
+/* pixels */
+"ab",
+"ba"
+};