| commit | d951799216ff3485bcbb8d11440e2cb6f710fbfc | [log] [tgz] |
|---|---|---|
| author | Koji Ishii <kojii@chromium.org> | Fri Jul 30 13:03:27 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 30 13:03:27 2021 |
| tree | 857e7e0c519ac7d2f146cc15bbd0b7c6d248b939 | |
| parent | 90b4b3fa808da0fe53c477a28bebea8bf2367f64 [diff] |
Stop setting `position` to anonymous block for split-inline This patch stops adding the `position` property to anonymous blocks for split-inlines. Split-inlines requires special logic when finding inline containing block. It sets the `position` property of the anonymous block to help computing it. This is no longer necessary for block-in-inline. Fixes: abspos-in-block-in-inline-in-relpos-inline.html Bug: 716930 Change-Id: I90fe5388b7580663e6ba99c7bc9e8d6e9e7e0c09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3061870 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#907100}
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.
If you found a bug, please file it at https://crbug.com/new.