Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e10b646accd306950141c89cbd4ef2697e44d6f8
      
https://github.com/WebKit/WebKit/commit/e10b646accd306950141c89cbd4ef2697e44d6f8
  Author: Elika Etemad <[email protected]>
  Date:   2025-09-30 (Tue, 30 Sep 2025)

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

  Log Message:
  -----------
  column-count: 1 should create a multi-column container
https://bugs.webkit.org/show_bug.cgi?id=299836
rdar://161611444

Reviewed by Sam Weinig and Antti Koivisto.

Per spec, we need to create a multi-column container whenever either
column-count or column-width is not 'auto'. That includes column-count: 1;
  https://www.w3.org/TR/css-multicol-1/#the-multi-column-model

* LayoutTests/TestExpectations:

Adjust test failures due to actually doing multicol layout for 1 column.
New failures:
- monolithic-overflow-*.tentative failures due to test errors
  https://github.com/web-platform-tests/wpt/issues/55152
- multicol-span-all failures due to painting errors
  https://bugs.webkit.org/show_bug.cgi?id=299854
- overflow-clip-010 due to some weird 'overflow: clip' bug
  https://bugs.webkit.org/show_bug.cgi?id=299857
- resize-in-strict-containment-nested because we can't fragment multicol well
  https://bugs.webkit.org/show_bug.cgi?id=269202

* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::willCreateColumns const):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to