1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 07:54:58 +00:00
serenity/Tests/LibWeb/Text/data
Timothy Flynn 842caf5e8c LibWeb: Do not shrink the CPU painter's corner clipping vector
If the provided ID is smaller than the corner clipping vector, we would
shrink the vector to match. This causes a crash when we have nested
PaintContext instances (as these IDs are allocated by PaintContext),
each of which perform radius painting.

This is seen on https://www.strava.com/login when it loads a reCAPTCHA.
The outer div has a border radius, which contains the reCAPTCHA in an
iframe. That iframe contains an SVG which also has a border radius.
2024-03-10 00:39:49 +01:00
..
history-pushstate-iframe.html Tests/LibWeb: Move LibWeb test frames to their own directory 2024-02-19 22:11:59 -05:00
iframe-test-content-1.html Tests/LibWeb: Move LibWeb test frames to their own directory 2024-02-19 22:11:59 -05:00
iframe-test-content-2.html Tests/LibWeb: Move LibWeb test frames to their own directory 2024-02-19 22:11:59 -05:00
iframe-with-border-radius-svg.html LibWeb: Do not shrink the CPU painter's corner clipping vector 2024-03-10 00:39:49 +01:00
navigation-navigate-iframe.html Tests/LibWeb: Move LibWeb test frames to their own directory 2024-02-19 22:11:59 -05:00