Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c105abfa476cf5dec4bdf5474eeaf80a59dfcace
      
https://github.com/WebKit/WebKit/commit/c105abfa476cf5dec4bdf5474eeaf80a59dfcace
  Author: Alan Baradlay <[email protected]>
  Date:   2025-05-10 (Sat, 10 May 2025)

  Changed paths:
    A LayoutTests/fast/block/align-content-on-input-incorrect-expected.html
    A LayoutTests/fast/block/align-content-on-input-incorrect.html
    M Source/WebCore/rendering/RenderBlockFlow.cpp

  Log Message:
  -----------
  text input is misaligned when `align-content` is set to `center`
https://bugs.webkit.org/show_bug.cgi?id=292730
<rdar://problem/151026614>

Reviewed by Antti Koivisto.

'Align-content' applies to "block containers, multicol containers, flex 
containers, and grid containers".
https://drafts.csswg.org/css-align/#align-justify-content
and input elements are not part of those.

* LayoutTests/fast/block/align-content-on-input-incorrect-expected.html: Added.
* LayoutTests/fast/block/align-content-on-input-incorrect.html: Added.
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::layoutBlock):

Canonical link: https://commits.webkit.org/294750@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