Files
ladybird/Tests/LibWeb/Text/expected/clip-path-hit-testing.txt
Aliaksandr Kalenik 98afd82491 LibWeb: Integrate clip-path into AccumulatedVisualContext
Previously, clip-path was applied only during painting in
StackingContext::paint(), which meant hit testing did not respect
clip-path boundaries. Clicks outside the visible clipped region but
inside the element's bounding box would incorrectly register as hits.

By moving clip-path into AccumulatedVisualContext, it becomes part of
the same system that handles transforms, clips, and scroll offsets for
both painting and hit testing, ensuring consistent behavior.
2026-01-16 13:39:02 +01:00

4 lines
76 B
Plaintext

Inside circle: PASS
Outside circle (in bbox): PASS
Inside circle edge: PASS