[webkit-changes] [WebKit/WebKit] 94e2a2: ASSERTION FAILED: !hasEllipsisBox()

Rob Buis noreply at github.com
Tue Nov 29 07:04:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 94e2a2fd02283d0317899ccccf54570b56ee9743
      https://github.com/WebKit/WebKit/commit/94e2a2fd02283d0317899ccccf54570b56ee9743
  Author: Rob Buis <rbuis at igalia.com>
  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




More information about the webkit-changes mailing list