chromium/third_party/blink/perf_tests/image_decoder/decode-png-palette.html

<!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>