[webkit-changes] [WebKit/WebKit] 74baf9: [IFC][Integration] Fix imported/w3c/web-platform-t...
alan
noreply at github.com
Wed Sep 7 19:36:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 74baf93e6654cb44a53af2ca4ce8944d67cb4d9b
https://github.com/WebKit/WebKit/commit/74baf93e6654cb44a53af2ca4ce8944d67cb4d9b
Author: Alan Bujtas <zalan at apple.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
Log Message:
-----------
[IFC][Integration] Fix imported/w3c/web-platform-tests/css/css-ui/outline-028.html
https://bugs.webkit.org/show_bug.cgi?id=244904
Reviewed by Antti Koivisto.
While FloatingObject's m_frameRect is the _margin_ box rect, we also have to tell FloatingObject the _border_ box rect top left position by calling FloatingObject::setMarginOffset.
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::constructContent):
Canonical link: https://commits.webkit.org/254258@main
More information about the webkit-changes
mailing list