commit | 44ea54e8b01109114d62bdb045a5b7b0af628b7e | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Wed Mar 06 22:00:26 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 06 22:00:26 2019 |
tree | 1a841b1435a1fce2b6ace025bb12417799701044 | |
parent | b36fdbaf338d893ea4ead668a8bc01f46ac60945 [diff] |
Fix hit-testing of nested clip-paths with objectBoundingBox units A nested clip-path should resolve against the original elements reference box, but it would instead resolve against the referencing <clipPath>. Pass the appropriate reference box to SVGLayoutSupport::IntersectsClipPath. Took the opportunity to export some related tests to WPT. Bug: 938913 Change-Id: I6d6ad88f0a97028b21b1f1a488afbdd42a96264b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505949 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#638293}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .