Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Paint view background in contents space if <html> has effects or clip…
…-path If the document element has effects or clip-path, we should paint the view background with the view's contents transform and the root element's clips and effects. However, previously if the view background had fixed attachment, we might paint the background in the border box space, which broke the above logic. Now always paint view background in the contents space if the document element has effects or clip-path. Bug: 397737220 Change-Id: I1acef9cacc23711d2f9cfe4377c14056e91ddd3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6324752 Commit-Queue: Xianzhu Wang <[email protected]> Reviewed-by: Chris Harrelson <[email protected]> Cr-Commit-Position: refs/heads/main@{#1428509}
- Loading branch information