Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[@container] Stop legacy propagation for CQ recalc container
An element can be a container for size container queries even if size containment does not apply, which meant the IsContainerForContainerQueries check returns true for table type display elements which meant we could end up with table layout trees which mixed legacy and NG. Instead check for the container being recalc'ed during layout specifically to avoid detaching the layout boxes which had been laid out. Bug: 1291471, 1291109 Change-Id: I6f7a65e77a90a09c320d75da5e836d7f8be9b86b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3431427 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/main@{#966260}
- Loading branch information