about summary refs log tree commit diff stats
path: root/test/layout/shrink-to-fit-indirect-floating-descendant.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: fix nested float positioningbptato2025-02-081-0/+1
Setting the width to max-content was supposed to be an optimization, but it seems max-content has some issues when interacting with floats. Arguably this is just hiding the bug, but my attempt to fix max-content was not successful... (That is to say, I suspect floats still behave strangely in tables.)