Files
ladybird/Tests/LibWeb/Text/expected/anchor-positioning-duplicate-names.txt
Jelle Raaijmakers 4293c841f3 LibWeb: Implement CSS anchor positioning
When `position-anchor` is used, resolve the insets for that absolutely
positioned box.

Co-authored-by: Rob Ryan <rob@affclicks.com>
2026-04-01 19:41:46 +01:00

16 lines
274 B
Plaintext

Last in tree order wins:
target.top: 250
a2.bottom: 250
target.left: 300
a2.left: 300
After recomputing earlier element's style:
target.top: 250
a2.bottom: 250
target.left: 300
a2.left: 300
After removing last element:
target.top: 50
a1.bottom: 50
target.left: 0
a1.left: 0