ladybird/Tests/LibWeb/Text/expected/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: Allow multiple values for the transition-duration property 2025-04-23 21:02:59 +01:00
parsing LibWeb/CSS: Implement calc-serialization spec algorithms 2025-02-27 21:42:43 +01:00
keyword-sizes-on-abspos.txt LibWeb: Prevent infinite recursion on abspos w/ intrinsic max-size 2025-04-24 18:26:54 +02:00