ladybird/Tests/LibWeb/Text/input/wpt-import/css/css-sizing
Andreas Kling f7a7cd9b2b LibWeb: Prevent infinite recursion on abspos w/ intrinsic max-size
We were incorrectly deciding that abspos elements shouldn't treat many
max-width and max-height values as `none`. My best understanding is that
this was a hack in 2023 for an issue that has been solved since then.

By removing the incorrect short-circuit, we stop at least one WPT test
from crashing due to infinite recursion and get ourselves +34 passes.
2025-04-24 18:26:54 +02:00
..
animation LibWeb: Use discrete interpolation for degenerate ratios 2025-04-11 11:38:05 +01:00
parsing
keyword-sizes-on-abspos.html LibWeb: Prevent infinite recursion on abspos w/ intrinsic max-size 2025-04-24 18:26:54 +02:00