mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
When `position-anchor` is used, resolve the insets for that absolutely positioned box. Co-authored-by: Rob Ryan <rob@affclicks.com>
13 lines
167 B
Plaintext
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
|