[webkit-changes] [WebKit/WebKit] 340b0f: [Multicolumn] Handle multicol intrinsic inline-siz...

Ahmad Saleem noreply at github.com
Sat May 20 08:58:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 340b0f1155192cc2bddf1df560b345a56a4b2890
      https://github.com/WebKit/WebKit/commit/340b0f1155192cc2bddf1df560b345a56a4b2890
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-05-20 (Sat, 20 May 2023)

  Changed paths:
    M LayoutTests/TestExpectations
    M Source/WebCore/rendering/RenderFragmentContainer.cpp

  Log Message:
  -----------
  [Multicolumn] Handle multicol intrinsic inline-size changes

https://bugs.webkit.org/show_bug.cgi?id=257027

Reviewed by Alan Baradlay.

This patch aligns WebKit with Blink / Chromium and Gecko / Firefox.

Merge: https://chromium.googlesource.com/chromium/src.git/+/209ad9840b0152a427e9d2b29318cfa47ca80d92

Currently we used to store intrinsic size in column sets but if any
change happen, 'column sets' do not get dirtied so this patch will
reset intrinsic size of column sets to 0 to fix this.

* Source/WebCore/rendering/RenderFragmentContainer.cpp:
(RenderFragmentContainer::computeIntrinsicLogicalWidths): As above
* LayoutTests/TestExpectations: Remove 'failing' test

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




More information about the webkit-changes mailing list