Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d12e44816fa89ab09bf67649ec7178fffabb8b71 https://github.com/WebKit/WebKit/commit/d12e44816fa89ab09bf67649ec7178fffabb8b71 Author: Ahmad Saleem <ahmad.saleem792+git...@gmail.com> Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths: M LayoutTests/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt R LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt R LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt M Source/WebCore/css/html.css Log Message: ----------- [Button Layout] `buttons` should not have `align-items: flex-start` by default https://bugs.webkit.org/show_bug.cgi?id=289441 rdar://146615626 Reviewed by Tim Nguyen. This patch aligns WebKit with Gecko / Firefox and Blink / Chromium. Merge: https://chromium-review.googlesource.com/c/chromium/src/+/6013405 This patch removes unneeded `align-items: flex-start`, since it is leftover from our implementation of `button` as flex containers in 228400@main. * Source/WebCore/css/html.css: (input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button, button): * LayoutTests/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Rebaselined * LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Removed. * LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/flex-expected.txt: Removed. Canonical link: https://commits.webkit.org/291883@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