about summary refs log tree commit diff stats
path: root/test/layout/clear-on-new-bfc-only-clears-in-parent.expected
Commit message (Collapse)AuthorAgeFilesLines
* csstree: add ::marker pseudo elementbptato2025-04-021-1/+1
|
* cssvalues: fix list-style-type initial valuebptato2025-02-121-1/+1
| | | | | The marker placement in that test is wrong, but that isn't really a result of this change.
* layout: refactor tree building phasebptato2025-02-091-1/+1
| | | | | | | * remove inlineGroup - it was completely pointless now, and was the cause of some whitespace collapsing bugs * fix a float bug made visible by the above change * fix non-standard list item counter behavior
* layout: prevent double-clear for flow rootsbptato2025-01-011-0/+12
I don't like the extra flag, but I don't see a better way.