[webkit-changes] [WebKit/WebKit] 1819b1: REGRESSION (284074 at main): Absolute positioned chil...
Alan Baradlay
noreply at github.com
Mon Jan 6 05:34:59 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1819b1a407774856e798ab95a49806d66b9d4467
https://github.com/WebKit/WebKit/commit/1819b1a407774856e798ab95a49806d66b9d4467
Author: Alan Baradlay <zalan at apple.com>
Date: 2025-01-06 (Mon, 06 Jan 2025)
Changed paths:
A LayoutTests/fast/inline/out-of-flow-content-with-padding-percent-expected.html
A LayoutTests/fast/inline/out-of-flow-content-with-padding-percent.html
M Source/WebCore/rendering/RenderBlockFlow.cpp
Log Message:
-----------
REGRESSION (284074 at main): Absolute positioned child with percent should include containing block padding
https://bugs.webkit.org/show_bug.cgi?id=285286
<rdar://problem/142321535>
Reviewed by Antti Koivisto.
The available space for out-of-flow content is the containing block's padding box (as opposed to the size of content box).
* LayoutTests/fast/inline/out-of-flow-content-with-padding-percent-expected.html: Added.
* LayoutTests/fast/inline/out-of-flow-content-with-padding-percent.html: Added.
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::layoutInlineContent):
Canonical link: https://commits.webkit.org/288460@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list