css-flexbox: special case vertical alignment for webkit-box
Deprecated flex box only considers box-pack if there is remaining space (https://chromium.googlesource.com/chromium/src/+/master/third_party/blink/renderer/core/layout/layout_deprecated_flexible_box.cc#1053 ish). This patch makes it so flex box does the same if it's emulated -webkit-box. BUG=1014884 TEST=wpt/compat/webkit-box-ignore-box-pack.html Change-Id: Ic15d1f93957ba8923c48e5a3a9864f17af412a17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864321 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#707677}
Showing
Please register or sign in to comment