blob: 9271567ecb313efbf77c4f2f5a2381891fa92a22 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../resources/runner.js"></script>
<script src="resources/image_decoder_runner.js"></script>
<script>
/*
Test case for decoding a typical PNG file with an indexed RGBA colour palette.
The original image is in the public domain:
https://commons.wikimedia.org/wiki/File:ZebraHighRes.png
*/
runImageDecoderPerfTests("resources/palette.png", "Measures performance of palettized png decoding.");
</script>
</body>
</html>