Branch: refs/heads/eng/masonry_auto_placement_direction
  Home:   https://github.com/WebKit/WebKit
  Commit: ddf9eeea33c5d0bd7d167b2eb93fa76eb00d0305
      
https://github.com/WebKit/WebKit/commit/ddf9eeea33c5d0bd7d167b2eb93fa76eb00d0305
  Author: Brandon Stewart <[email protected]>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M Source/WebCore/rendering/RenderGrid.cpp

  Log Message:
  -----------
  Add Masonry support in autoPlacementAxisDirection
https://bugs.webkit.org/show_bug.cgi?id=249326

Reviewed by NOBODY (OOPS!).

While working on track-sizing I noticed that 
align-content/masonry-align-content-003.html
was only being rendered on a single column instead of being spread across 
multiple
columns.

This patch adds a check in autoPlacementMajor/MinorAxisDirection for Masonry.
No new test in this patch.

* Source/WebCore/rendering/RenderGrid.cpp:
(WebCore::RenderGrid::autoPlacementMajorAxisDirection const):
(WebCore::RenderGrid::autoPlacementMinorAxisDirection const):


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to