-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: WebKit / Linux support avif image format #32673
Labels
Comments
We currently compile our Linux builds without avif support - we'll look into enabling it. |
mxschmitt
changed the title
[Bug]: Images not rendered on Linux with Webkit
[Bug]: WebKit / Linux support avif image format
Sep 18, 2024
Cool. Thanks. |
Can the change by #3322 be easily applied to Windows? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.47.1
Steps to reproduce
./generate-ss.sh
Expected behavior
Actual behavior
A blank screenshot
Additional context
I am trying to render HTML with assets such as CSS/images etc cached and using page.route to intercept and fulfill with cached response. Everything works fine on my local machine (Apple M3 Pro, OS: Sonoma 14.1, everything else is same) but it fails on a Linux container.
The issue is that the img is not rendered and I get a blank screenshot. I also tried to have base64 of image as src directly in the html but it didn't work as well.
The repro will generate two screenshots for both these cases.
Environment
The text was updated successfully, but these errors were encountered: