commit | 8b1393eda58a2c5fd56df3c8b86bdc84a2f27f43 | [log] [tgz] |
---|---|---|
author | Manuel Rego Casasnovas <rego@igalia.com> | Thu Mar 18 22:11:31 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 18 22:11:31 2021 |
tree | 2c5f2aa6143c96a41dda51063596d6b288d6231d | |
parent | 5f1d8e0c95ccd3e47a3eefb3c4599b9f549324a7 [diff] |
Add tests to check layout overflow recalc This test check how an element with transform contribute to the scrollable overflow of an inline element. It also has a dynamic version, where the transform changes, and we test that it's still contributing as expected to the scrollable overflow. The dynamic test won't pass if we don't recalc layout overflow properly (see methods LayoutBlock::RecalcChildLayoutOverflow() and LayoutBlockFlow::RecalcInlineChildrenLayoutOverflow()). Change-Id: I7996534d72cb774eac0554a1b8eb6124560ce7ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2773220 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#864440}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.