Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 860b874f6e2ff91f6a26d655cf7ccab2e5598556
      
https://github.com/WebKit/WebKit/commit/860b874f6e2ff91f6a26d655cf7ccab2e5598556
  Author: Alan Baradlay <za...@apple.com>
  Date:   2024-07-24 (Wed, 24 Jul 2024)

  Changed paths:
    M LayoutTests/TestExpectations
    M LayoutTests/css3/flexbox/flex-justify-content.html
    M LayoutTests/css3/flexbox/true-centering.html
    M Source/WebCore/rendering/RenderFlexibleBox.cpp

  Log Message:
  -----------
  [Flex] Fix 
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-negative.html
https://bugs.webkit.org/show_bug.cgi?id=276979

Reviewed by Simon Fraser.

Update fallback alignment to match most recent spec.
(see https://drafts.csswg.org/css-align-3/#distribution-values)

* LayoutTests/TestExpectations:
* Source/WebCore/rendering/RenderFlexibleBox.cpp: in case of overflow use 
'safe' and not "center"
(WebCore::initialJustifyContentOffset): 0 means no inflow flex item. "normal" 
alignment applies (center).
RenderFlexibleBox::staticMainAxisPositionForPositionedFlexItem: pass in 0 as 
there's no inflow flex item.

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



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

Reply via email to