<button> should support display:inline-grid/grid/inline-flex/flex correctly
If 'display' property value is one of 'inline-grid', 'grid', 'inline-flex', and 'flex', <button> doesn't use LayoutButton. This behavior follows https://html.spec.whatwg.org/C/#button-layout . Bug: 700029 Change-Id: I017734ad773eed6531e0dc665f80b99e8f14d1d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040796 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#739189}
Showing
Please register or sign in to comment