Add AVIF to canvas-createImageBitmap-e_srgb.html
Add the AVIF image format to the canvas-createImageBitmap-e_srgb.html test in wpt/html/canvas/element/manual/wide-gamut-canvas/. Also update lint.ignore to have the wpt lint tool ignore *.avif files. The AVIF test images pattern-srgb.avif and pattern-srgb-transparent.avif were generated from pattern-srgb.png and pattern-srgb-transparent.png using the 'avifenc' program in libavif v0.8.0 with the following command lines: avifenc --speed 0 --yuv 420 --cicp 1/13/1 --range full \ pattern-srgb.png pattern-srgb.avif avifenc --speed 0 --yuv 420 --cicp 1/13/1 --range full \ pattern-srgb-transparent.png pattern-srgb-transparent.avif Test: third_party/blink/tools/run_web_tests.py -t Default \ external/wpt/html/canvas/element/manual/wide-gamut-canvas/canvas-createImageBitmap-e_srgb.html Bug: 1099028 Change-Id: I3577682a0e23dd768af32907cf549270f331c7a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304961Reviewed-by:Stephen Chenney <schenney@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#796189}
Showing
File added
File added
Please register or sign in to comment