about summary refs log tree commit diff stats
path: root/test/layout/absolute-in-absolute.html
Commit message (Collapse)AuthorAgeFilesLines
* layout: fix nested absolute positioning, refactor initial size resolutionbptato2024-10-251-0/+15
Nested position: absolute was broken, so fix it. Also, it makes no sense to dispatch inside layoutBlockChild when we know the expected resolution algorithm upon calling it anyway, so now we do that statically. Finally, fix some bugs in position: absolute size resolution.