[webkit-changes] [WebKit/WebKit] 8cb7a0: [IFC][Ruby] Annotation should not stretch the cont...

Alan Baradlay noreply at github.com
Fri Dec 22 15:26:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8cb7a043ef7cd28e407293bf3a3a9187d3c27653
      https://github.com/WebKit/WebKit/commit/8cb7a043ef7cd28e407293bf3a3a9187d3c27653
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-12-22 (Fri, 22 Dec 2023)

  Changed paths:
    A LayoutTests/fast/ruby/ruby-in-vertical-writing-mode-with-long-annotation-expected.html
    A LayoutTests/fast/ruby/ruby-in-vertical-writing-mode-with-long-annotation.html
    M LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt
    M Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp
    M Source/WebCore/layout/formattingContexts/inline/ruby/RubyFormattingContext.cpp
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp

  Log Message:
  -----------
  [IFC][Ruby] Annotation should not stretch the container horizontally in vertical writing mode.
https://bugs.webkit.org/show_bug.cgi?id=266816

Reviewed by Antti Koivisto.

Apparently BoxGeometry size is supposed to be in logical coordinates (see webkit.org/b/266814)

* LayoutTests/fast/ruby/ruby-in-vertical-writing-mode-with-long-annotation-expected.html: Added.
* LayoutTests/fast/ruby/ruby-in-vertical-writing-mode-with-long-annotation.html: Added.
* Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp:
(WebCore::Layout::InlineDisplayContentBuilder::processRubyBase):

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




More information about the webkit-changes mailing list