Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 94e2a2fd02283d0317899ccccf54570b56ee9743
https://github.com/WebKit/WebKit/commit/94e2a2fd02283d0317899ccccf54570b56ee9743
Author: Rob Buis <[email protected]>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
A LayoutTests/fast/flexbox/line-clamp-link-after-ellipsis-crash-expected.txt
A LayoutTests/fast/flexbox/line-clamp-link-after-ellipsis-crash.html
M Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp
Log Message:
-----------
ASSERTION FAILED: !hasEllipsisBox()
https://bugs.webkit.org/show_bug.cgi?id=244465
Reviewed by Darin Adler.
Because of text-overflow: elipsis a line box may have gained an ellipsis
already, give priority to
potentially clickable line-clamp ellipsis.
* LayoutTests/fast/flexbox/line-clamp-link-after-ellipsis-crash-expected.txt:
Added.
* LayoutTests/fast/flexbox/line-clamp-link-after-ellipsis-crash.html: Added.
* Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp:
(WebCore::RenderDeprecatedFlexibleBox::applyLineClamp):
Canonical link: https://commits.webkit.org/257115@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes