Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # PngSuite - Chunk ordering |
michael@0 | 2 | # |
michael@0 | 3 | # The resulting images of a type (color or grayscale) should all look the |
michael@0 | 4 | # same, so they share common HTML reference files. |
michael@0 | 5 | |
michael@0 | 6 | # oi1n0g16 - grayscale mother image with 1 idat-chunk |
michael@0 | 7 | fails-if(Android) == oi1n0g16.png grayscale.html |
michael@0 | 8 | # oi1n2c16 - color mother image with 1 idat-chunk |
michael@0 | 9 | fails-if(Android) == oi1n2c16.png color.html |
michael@0 | 10 | # oi2n0g16 - grayscale image with 2 idat-chunks |
michael@0 | 11 | fails-if(Android) == oi2n0g16.png grayscale.html |
michael@0 | 12 | # oi2n2c16 - color image with 2 idat-chunks |
michael@0 | 13 | fails-if(Android) == oi2n2c16.png color.html |
michael@0 | 14 | # oi4n0g16 - grayscale image with 4 unequal sized idat-chunks |
michael@0 | 15 | fails-if(Android) == oi4n0g16.png grayscale.html |
michael@0 | 16 | # oi4n2c16 - color image with 4 unequal sized idat-chunks |
michael@0 | 17 | fails-if(Android) == oi4n2c16.png color.html |
michael@0 | 18 | # oi9n0g16 - grayscale image with all idat-chunks length one |
michael@0 | 19 | fails-if(Android) == oi9n0g16.png grayscale.html |
michael@0 | 20 | # oi9n2c16 - color image with all idat-chunks length one |
michael@0 | 21 | fails-if(Android) == oi9n2c16.png color.html |