[css-layout-api] Don't use LayoutNG for custom layout children.
Custom layout children may not establish new formatting contexts, and since the custom container itself is laid out by the legacy engine, we need to force its children to be laid out by legacy as well. Added a margin collapsing test that used to fail in NG because of this. Change-Id: Id320f60fb76b0ed6563fb2b88f6936ac37efc1fd Reviewed-on: https://chromium-review.googlesource.com/1131179Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#573864}
Showing
Please register or sign in to comment