diff options
author | bptato <nincsnevem662@gmail.com> | 2024-12-30 19:32:42 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-12-30 19:32:42 +0100 |
commit | 1e897b58ef26bca372777f431c9a837fb27085fd (patch) | |
tree | aa6abcca4db0dd78917a0944dd80f71da1080c0f /test/layout/position-relative-bottom-right.expected | |
parent | bc3b11ebd3c2554f4f30e9afb4d46328c748e9be (diff) | |
download | chawan-1e897b58ef26bca372777f431c9a837fb27085fd.tar.gz |
layout: fix position: relative for right, bottom
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.
Diffstat (limited to 'test/layout/position-relative-bottom-right.expected')
-rw-r--r-- | test/layout/position-relative-bottom-right.expected | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/layout/position-relative-bottom-right.expected b/test/layout/position-relative-bottom-right.expected new file mode 100644 index 00000000..e708d457 --- /dev/null +++ b/test/layout/position-relative-bottom-right.expected @@ -0,0 +1,5 @@ +hi +test + + +asdf |