reftest.list (1401B)
1 # Check for 24-bit color mode (test for bug 414720) 2 == colordepth.html about:blank 3 4 # "PngSuite, the official set of PNG test images" 5 # Images by Willem van Schaik 6 # 7 # http://www.schaik.com/pngsuite/pngsuite.html 8 # http://www.libpng.org/pub/png/pngsuite.html 9 include pngsuite-basic-n/reftest.list 10 include pngsuite-basic-i/reftest.list 11 include pngsuite-ancillary/reftest.list 12 include pngsuite-background/reftest.list 13 include pngsuite-chunkorder/reftest.list 14 include pngsuite-corrupted/reftest.list 15 include pngsuite-filtering/reftest.list 16 include pngsuite-gamma/reftest.list 17 include pngsuite-oddsizes/reftest.list 18 include pngsuite-palettes/reftest.list 19 include pngsuite-transparency/reftest.list 20 include pngsuite-zlib/reftest.list 21 22 # PNG tests 23 include png/reftest.list 24 25 # BMP tests 26 skip-if(Android) include bmp/reftest.list 27 28 # ICO tests 29 skip-if(Android) include ico/reftest.list 30 31 # JPEG tests 32 include jpeg/reftest.list 33 34 # JXL tests 35 skip-if(Android||release_or_beta) include jxl/reftest.list 36 37 # GIF tests 38 include gif/reftest.list 39 40 # APNG tests 41 include apng/reftest.list 42 43 # AVIF tests 44 include avif/reftest.list 45 46 # Generic image tests 47 include generic/reftest.list 48 49 # Color management test 50 include color-management/reftest.list 51 52 # Downscaling tests 53 skip-if(useDrawSnapshot) include downscaling/reftest.list 54 55 # Lossless encoders 56 include encoders-lossless/reftest.list 57 58 # webp tests 59 include webp/reftest.list