commit | 0028ff6dd675f74ca120ab83a0d52452b7461db4 | [log] [tgz] |
---|---|---|
author | Rune Lillesveen <futhark@chromium.org> | Wed Mar 16 10:45:10 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 16 10:45:10 2022 |
tree | 99f7f29b8bdcdba99eb7c1b807577f330cd57f59 | |
parent | 53df6ce2a72b39b0a0594c3ab42caf4c93a89ddc [diff] |
Missing update of body->html propagation when body removed Used values of direction and writing-mode CSS properties are propagated from body to the html root element. Removing the body element does not in itself mark any styles dirty, which meant the root element's used style on the LayoutObject was not updated. Mark the root element for style recalc in that case. Bug: 1303287 Change-Id: I23561cf993027f66d61e3e4d92eaa2993ed5bc30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3525318 Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#981562}
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.