Files
ladybird/Tests/LibWeb/Text/expected/anchor-positioning-fallback-values.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

13 lines
167 B
Plaintext

With fallback values:
left: 42
top: 60
Without fallback values:
left: 0
top: 0
Wrong axis falls back:
left: 77
top: 88
Nested anchor fallback chain:
left: 200
top: 33