[webkit-changes] [WebKit/WebKit] 9fca11: Set up inline continuations correctly when not ins...
Alan Baradlay
noreply at github.com
Wed Jan 22 05:09:55 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9fca11bf1d0cc85c923d86c2a8e71045c30dfc98
https://github.com/WebKit/WebKit/commit/9fca11bf1d0cc85c923d86c2a8e71045c30dfc98
Author: Alan Baradlay <zalan at apple.com>
Date: 2025-01-22 (Wed, 22 Jan 2025)
Changed paths:
A LayoutTests/imported/w3c/web-platform-tests/css/CSS2/positioning/toogle-abspos-on-relpos-inline-child-expected.html
A LayoutTests/imported/w3c/web-platform-tests/css/CSS2/positioning/toogle-abspos-on-relpos-inline-child.html
A LayoutTests/imported/w3c/web-platform-tests/css/CSS2/reference/ref-filled-green-100px-square.xht
M Source/WebCore/rendering/RenderInline.cpp
Log Message:
-----------
Set up inline continuations correctly when not inserting a new child
https://bugs.webkit.org/show_bug.cgi?id=286242
Reviewed by Antti Koivisto.
Inline boxes inside block containers with no in-flow content should still apply the content box offset (as opposed to positioning them at 0, 0).
* LayoutTests/imported/w3c/web-platform-tests/css/CSS2/positioning/toogle-abspos-on-relpos-inline-child-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/CSS2/positioning/toogle-abspos-on-relpos-inline-child.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/CSS2/reference/ref-filled-green-100px-square.xht: Added.
* Source/WebCore/rendering/RenderInline.cpp:
(WebCore::RenderInline::offsetForInFlowPositionedInline const):
Canonical link: https://commits.webkit.org/289234@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