Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2fa995c95765e88a758ba77105d72e95fd44971b
https://github.com/WebKit/WebKit/commit/2fa995c95765e88a758ba77105d72e95fd44971b
Author: Yulun Wu <[email protected]>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
A
LayoutTests/fast/css3-text/css3-text-wrap/text-wrap-pretty-line-break-crash-3-expected.txt
A
LayoutTests/fast/css3-text/css3-text-wrap/text-wrap-pretty-line-break-crash-3.html
M
Source/WebCore/layout/formattingContexts/inline/InlineContentConstrainer.cpp
M Source/WebCore/layout/formattingContexts/inline/InlineContentConstrainer.h
Log Message:
-----------
[text-wrap-style] Do not apply text-wrap-style when text indentation is
larger than width constraints.
https://bugs.webkit.org/show_bug.cgi?id=290870
<rdar://148250987>
Reviewed by Alan Baradlay.
We should not try to constrain inline content when the available space between
available bounds
and indentation is not enough to make meaningful breaking decisions.
In this situation, we should fall back to auto layout.
Canonical link: https://commits.webkit.org/293124@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes