ladybird/Tests/LibWeb/Layout/expected/css-values
Aliaksandr Kalenik 2e4eebe4e5 LibWeb: Move CSS transform resolution to visual context assignment
Instead of computing and caching the transform matrix and transform
origin on PaintableBox during resolve_paint_properties(), compute them
inline during assign_accumulated_visual_contexts() where they are
actually consumed. This makes PaintableBox smaller by not wasting space
for properties that are only consumed during AccumulatedVisualContext
tree construction.
2026-01-31 16:56:05 +01:00
..
calc-min-with-percentage.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
comparison-functions.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
exponential-functions.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
numeric-constants.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
rect-non-token-contents-crash.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
sign-related-functions.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
stepped-value-functions.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
trigonometric-functions.txt LibWeb: Move CSS transform resolution to visual context assignment 2026-01-31 16:56:05 +01:00