Files
ladybird/Tests/LibWeb/Text/expected/css/abspos-height-solving-comprehensive.txt
Andreas Kling 803e71ba9f Tests/LibWeb: Add comprehensive abspos height constraint solving test
Test all major code paths in the CSS2 10.6.4 algorithm for computing
height of absolutely positioned non-replaced elements:

- Rules 4, 5, 6 (one auto among top/height/bottom)
- Over-constrained case (none auto)
- Auto margin solving (one auto, both auto)
- Min-height and max-height re-solve for rules 4, 5, 6
- Min/max with auto margins
- Borders and padding interaction with min-height
2026-02-10 11:58:15 +01:00

19 lines
468 B
Plaintext

PASS solve-top
PASS solve-height
PASS solve-bottom
PASS overconstrained
PASS both-margins-auto
PASS margin-top-auto
PASS height-with-inactive-min
PASS height-with-active-min
PASS height-with-active-max
PASS height-with-inactive-max
PASS top-with-active-min
PASS top-with-active-max
PASS bottom-with-active-min
PASS bottom-with-active-max
PASS both-margins-auto-with-min
PASS margin-top-auto-with-max
PASS height-with-border-padding
PASS height-with-border-padding-min