Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 57f146b3169c807bfcd89e5179ac5dbf6e2c1e3c
https://github.com/WebKit/WebKit/commit/57f146b3169c807bfcd89e5179ac5dbf6e2c1e3c
Author: Alan Baradlay <[email protected]>
Date: 2025-11-26 (Wed, 26 Nov 2025)
Changed paths:
A LayoutTests/fast/inline/blocks-in-inline-float-clear-rtl-expected.html
A LayoutTests/fast/inline/blocks-in-inline-float-clear-rtl.html
M
Source/WebCore/layout/integration/LayoutIntegrationFormattingContextLayout.cpp
M Source/WebCore/layout/integration/LayoutIntegrationUtils.cpp
M Source/WebCore/layout/integration/LayoutIntegrationUtils.h
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
Log Message:
-----------
[blocks-in-inline] Fix
imported/w3c/web-platform-tests/css/css-logical/logical-values-float-clear-reftest.html
https://bugs.webkit.org/show_bug.cgi?id=303143
Reviewed by Antti Koivisto.
FloatingObject's setFrameRect expects visual coordinates (FloatItem's
boxGeometry is logical).
* LayoutTests/fast/inline/blocks-in-inline-float-clear-rtl-expected.html: Added.
* LayoutTests/fast/inline/blocks-in-inline-float-clear-rtl.html: Added.
*
Source/WebCore/layout/integration/LayoutIntegrationFormattingContextLayout.cpp:
(WebCore::LayoutIntegration::populateRootRendererWithFloatsFromIFC):
* Source/WebCore/layout/integration/LayoutIntegrationUtils.cpp:
(WebCore::Layout::IntegrationUtils::toMarginAndBorderBoxVisualRect):
* Source/WebCore/layout/integration/LayoutIntegrationUtils.h:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::updateRenderTreePositions):
(WebCore::LayoutIntegration::toMarginAndBorderBoxVisualRect): Deleted.
Canonical link: https://commits.webkit.org/303575@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications