ladybird/Tests/LibWeb/Ref/input/css
Andreas Kling b4435bd50c LibWeb: Don't clip descendants outside stacking context root rect
Skia allows you to pass a bounding rect to its saveLayer() function as
an optimization when you know that you won't paint outside those bounds.
Unfortunately, we were passing a too-small rectangle that didn't take
into account transformed descendants, etc.

For now, simply pass null instead of a bounding rect. This way, Skia
figures it out internally. It may allocate larger temporary bitmaps than
needed this way, but at least we get more correct results. I've left
re-enabling the optimization as a FIXME in the code.

This fixes unwanted clipping in various parts of the Discord UI.
2025-07-24 11:15:01 -04:00
..
backgrounds LibWeb: Stop clipping the root element's background 2025-07-04 16:18:57 +01:00
css-counter LibWeb/CSS: Unit tests for changes to counter definitions 2025-06-03 03:51:42 +02:00
css-masking LibWeb: Apply clip rect before painting images 2025-06-24 12:56:28 +01:00
css-text
gradient-calc-inside-stop-color.html LibWeb: Always parse calc() inside CSS color functions consistently 2025-07-22 08:47:22 +01:00
gradient-em-positions.html
hidden-list-item-markers.html LibWeb/Painting: Don't paint invisible paintables 2025-07-03 12:39:05 +02:00
images-load-relative-to-imported-style-sheet.html Tests: Add tests for loading images from an imported style sheet 2025-04-15 09:54:35 +01:00
images-load-relative-to-linked-style-sheet.html Tests: Add tests for loading images from an imported style sheet 2025-04-15 09:54:35 +01:00
line-height-zero.html LibWeb: Draw text even if it needs to go into a 0-size inline box 2025-05-12 10:49:46 +02:00
stacking-context-with-unclipped-transformed-descendant.html LibWeb: Don't clip descendants outside stacking context root rect 2025-07-24 11:15:01 -04:00
svg-element-should-be-allowed-to-establish-stacking-context.html LibWeb: Allow <svg> to establish a stacking context 2025-07-12 11:01:15 +02:00
transparent-borders.html LibWeb/Painting: Keep alpha for inset/outset border colors 2025-07-02 15:11:04 +02:00