https://github.com/microsoft/playwright/issues/22781 Playwright is the only way to use and test WebKit on Windows, but it does not support the display of AVIF images.
<rdar://problem/115205276>
No AV1/HEIF-related DLLs (e.g. libaom, libdav1d, or libheif) are not bundled in Playwright WebKit. For JPEG XL, jxl.dll and jxl_threads.dll are bundled.
Add required libs to https://github.com/WebKitForWindows/WebKitRequirements
Created attachment 467617 [details] v1883-screenshot v1883 still failed
Pull request: https://github.com/WebKit/WebKit/pull/17640
Looks like solved by https://bugs.webkit.org/show_bug.cgi?id=268328?
Is 273771@main sufficient for Playwright? You need to add aom, libavif and libyum by yourself.
I didn't know that WebKit repo already contains libavif. (bug#268503) Can we use this.