Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLayout 2020 panics in WebRender with mix-blend-mode over 16k pixels #26463
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test case:
Expected result, and actual result in Layout 2013 or Firefox: the page renders
Actual result in Layout 2020: crash with
The panic comes from WebRender when the size of a "render task" is more than 16000 device pixels in either dimension:
https://github.com/servo/webrender/blob/4ba17a61580a03b68881ffba7ee22bcf8e1aac72/webrender/src/render_task.rs#L28-L39