[webkit-changes] [WebKit/WebKit] 82c285: [IFC][Ruby] Fix LayoutTests/fast/ruby/ruby-base-me...

Alan Baradlay noreply at github.com
Sun Nov 19 15:09:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 82c285c2c3999a03811468707eaa766dfa97bb87
      https://github.com/WebKit/WebKit/commit/82c285c2c3999a03811468707eaa766dfa97bb87
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-11-19 (Sun, 19 Nov 2023)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.cpp

  Log Message:
  -----------
  [IFC][Ruby] Fix LayoutTests/fast/ruby/ruby-base-merge-block-children-crash-2.html
https://bugs.webkit.org/show_bug.cgi?id=265112

Reviewed by Antti Koivisto.

Loosen up isBreakableRun() and allow all types of inline items.
(This was initially introduced as "text only is-breakable" and it has involved to accept a wider range of content,
but now with ruby, we can have any content as part of the "continuous candidate runs" (e.g. text and inline-block boxes)).

* Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.cpp:
(WebCore::Layout::isBreakableRun):

Canonical link: https://commits.webkit.org/270955@main




More information about the webkit-changes mailing list