about summary refs log tree commit diff stats
path: root/test/layout/list-item-position-relative-recognized-as-positioned-ancestor.expected
Commit message (Collapse)AuthorAgeFilesLines
* layout: reimplement list items with out-of-flow markersbptato2025-03-271-0/+2
Instead of generating a separate container box for list items, just set the marker's display to an internal value that is treated specially. This fixes a bug where position: relative would not register the correct block as the positioned ancestor.