about summary refs log tree commit diff stats
path: root/test/layout/flex-child-position-relative.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: position: relative, absolute fixesbptato2024-07-261-0/+3
* support position: absolute on flex items * proper top/bottom/left/right calculation for position: relative * push positioned flex box sizes to positioned stack Still not perfect: position: absolute should always resolve percentage sizes and top/bottom/left/right, meaning absolute layout needs to be delayed until its containing box is fully layouted.