about summary refs log tree commit diff stats
path: root/test/layout/non-positioned-flex-item-respects-accepts-z-index.html
Commit message (Collapse)AuthorAgeFilesLines
* layout, render: fix positioning of absolute flex item descendantsbptato2025-04-101-0/+12
| | | | | | | | Always placing boxes relative to their parent *seems* prettier, but the implementation was broken and I can't come up with a sane working one. So we're back to just special casing position: absolute in render. Sad, but at least it works. (I think it's also a bit more efficient.)
* layout: always treat flex items as positioned boxesbptato2025-04-071-0/+5
it still isn't really correct, they aren't supposed to behave as absolute positioning containers...