about summary refs log tree commit diff stats
path: root/test/layout/position-relative-in-relative-relayouted-in-flex-item.color.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout, csstree: build stacking contexts together with treebptato2025-05-031-0/+1
We often redo sub-layouts in layout, and this makes stacking contexts very hard to build reliably there. This fixes a bug where positioned descendants of flex items would sometimes mysteriously disappear.