Commit b9c49c9
committed
[blocks-in-inline] Fix fast/block/margin-collapse/block-inside-inline/002.html, -003.html and -004.html
https://bugs.webkit.org/show_bug.cgi?id=303840
Reviewed by Antti Koivisto.
Account for margin in inline direction when computing the min/max widths for block level boxes
inside inline content.
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::computeInlinePreferredLogicalWidths const):
Canonical link: https://commits.webkit.org/304170@main1 parent c0c0625 commit b9c49c9
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4782 | 4782 | | |
4783 | 4783 | | |
4784 | 4784 | | |
4785 | | - | |
4786 | | - | |
| 4785 | + | |
| 4786 | + | |
| 4787 | + | |
| 4788 | + | |
| 4789 | + | |
| 4790 | + | |
| 4791 | + | |
| 4792 | + | |
4787 | 4793 | | |
4788 | 4794 | | |
4789 | 4795 | | |
| |||
0 commit comments