/image/test/reftest/ico/ico-bmp-corrupted/reftest.list

http://github.com/zpao/v8monkey · Unknown · 15 lines · 13 code · 2 blank · 0 comment · 0 complexity · ef5959c1a9a1908740bfd1b87dc3e125 MD5 · raw file

  1. # ICOs containing corrupted BMP tests
  2. # Invalid value for bits per pixel (BPP)
  3. == wrapper.html?invalid-bpp.ico about:blank
  4. # Invalid BPP values for RLE4
  5. == wrapper.html?invalid-compression-RLE4.ico about:blank
  6. # Invalid BPP values for RLE8
  7. == wrapper.html?invalid-compression-RLE8.ico about:blank
  8. # Invalid compression value
  9. == wrapper.html?invalid-compression.ico about:blank
  10. # Invalid ICO width and heigth should be ignored if the
  11. # contained BMP is correct.
  12. == invalid_ico_height.ico 16x16.png
  13. == invalid_ico_width.ico 16x16.png