about summary refs log tree commit diff stats
path: root/test/layout/intrinsic-min-width-with-breaking-opportunities.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: another intrinsic min width fixbptato2024-11-241-2/+4
| | | | forgot about word-break
* layout: fix intrinsic min width for words with wrapping opportunitiesbptato2024-11-241-0/+18
This broke CJK combined with table layouts. (Inline layout's state dependencies between procs are getting a bit scary...)