Check that container query recalc works for text inputs
We have three instances of using AllowMarkStyleDirtyFromRecalcScope to allow marking elements style-dirty during style recalc. One of them is for text input elements where we mark the InnerEditor() element dirty when the input element gets new style. We typically don't mark style during UpdateStyleAndLayoutTreeForContainer(), which is called for container query updates during layout. This CL adds a test to check that it still works. Bug: 1146097 Change-Id: I432308bc96cd938e22ea424975a7c19a35aaf6a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573139 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#834216}
Showing
Please register or sign in to comment