diff options
author | bptato <nincsnevem662@gmail.com> | 2024-11-01 16:20:09 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-11-01 16:20:09 +0100 |
commit | 775fd9f989a15c5ee7ef2b8e2c41c4f7adbc2ed8 (patch) | |
tree | e036c96ec636214024d864dc6ee1fdb1ba783d1a /test/layout/inline-float-collapsed-child-margin.expected | |
parent | 6e1a873be5415a54d77a7202e4a8d1e7211a9f50 (diff) | |
download | chawan-775fd9f989a15c5ee7ef2b8e2c41c4f7adbc2ed8.tar.gz |
layout: simplify a bit, fix some inline float bugs
* simplify "positioned" value calculation: - don't include it in ResolvedSizes, since it's unused in most layouts - resolvePositioned for both absolute and relative positioning - use "size" instead of "space" for absolute positioning - include parent width in layout so that renderdocument does not have to account for it * return bottom margins as regular return values instead of var * fix child bottom margins being discarded in inline floats * fix inline float not including the parent block position in its BFC position
Diffstat (limited to 'test/layout/inline-float-collapsed-child-margin.expected')
-rw-r--r-- | test/layout/inline-float-collapsed-child-margin.expected | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/layout/inline-float-collapsed-child-margin.expected b/test/layout/inline-float-collapsed-child-margin.expected new file mode 100644 index 00000000..3e0ef9fa --- /dev/null +++ b/test/layout/inline-float-collapsed-child-margin.expected @@ -0,0 +1,3 @@ +test right +next +next |