[webkit-changes] [WebKit/WebKit] 03da1e: [text-box-trim] Fix imported/w3c/web-platform-test...
Alan Baradlay
noreply at github.com
Thu Aug 1 07:17:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 03da1ed88354917d4aaf798fb6a978b3d06ea989
https://github.com/WebKit/WebKit/commit/03da1ed88354917d4aaf798fb6a978b3d06ea989
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/rendering/RenderBlockFlow.cpp
Log Message:
-----------
[text-box-trim] Fix imported/w3c/web-platform-tests/css/css-inline/text-box-trim/text-box-trim-atomic-inline-001.html
https://bugs.webkit.org/show_bug.cgi?id=277453
Reviewed by Antti Koivisto.
text-box-trim is not supposed to get propagated to atomic boxes, so let's
move TextBoxTrim _after_ we finished with laying out those inline level boxes.
(This needs to be moved once we start running layout from inside IFC)
* LayoutTests/TestExpectations:
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::layoutInFlowChildren):
(WebCore::RenderBlockFlow::layoutModernLines):
Canonical link: https://commits.webkit.org/281706@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