about summary refs log tree commit diff stats
path: root/test/layout/position-relative-bottom-right.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: fix position: relative for right, bottombptato2024-12-301-0/+5
They are relative to the box's actual position, not that of the parent: > For relatively positioned boxes, the offset is with respect to the > bottom edge of the box itself.