about summary refs log tree commit diff stats
path: root/test/layout/inline-position-relative-painting-order.html
Commit message (Collapse)AuthorAgeFilesLines
* render: respect stacking context for inline boxesbptato2025-02-171-0/+2
Also, eliminate the offset attribute in StackItem by just taking render.offset from the nearest ancestor as the base. That leaves us with clipBox, which I'm not yet sure how to get rid of. Its current implementation is certainly wrong: `position: absolute' should really use its absolute container's clip box. It is however correct for `position: relative' in its current form. (One way would be to cache it inside CSSBox, like we do offset.)