summaryrefslogtreecommitdiffstats
path: root/image/test/reftest/bmp/bmp-corrupted/reftest.list
blob: 882657983a49dbd37f2025454b1cfaa80d0e717c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Corrupted BMP tests

== wrapper.html?invalid-signature.bmp about:blank
== wrapper.html?invalid-bpp.bmp about:blank
== wrapper.html?os2-invalid-bpp.bmp about:blank
# Tests for an unsupported compression value
== wrapper.html?invalid-compression.bmp about:blank
# Tests for RLE4 with an invalid BPP
== wrapper.html?invalid-compression-RLE4.bmp about:blank
# Tests for RLE8 with an invalid BPP
== wrapper.html?invalid-compression-RLE8.bmp about:blank

# Test for BITFIELDS with an invalid BIH size. (This is the obscure
# BITMAPV3INFOHEADER variant mentioned in
# https://en.wikipedia.org/wiki/BMP_file_format which we don't accept.)
== wrapper.html?invalid-compression-BITFIELDS.bmp about:blank

== wrapper.html?invalid-truncated-metadata.bmp about:blank

# Test for an invalid data offset
== wrapper.html?invalid-data-offset.bmp about:blank