mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
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
19 lines
468 B
Plaintext
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
|