Do not create a stacking context for CSS clip
This patch extracts out the stacking context grouping properties from ComputedStyle::HasGroupingProperty, and uses this for the stacking context decision. This has the effect of not creating a stacking context for clip which, unlike clip-path, does not create a stacking context: https://drafts.fxtf.org/css-masking-1/#propdef-clip Bug: 1115003 Change-Id: I4bd5d3c61a2bb34a56a089cbeaca260fc9bf2eb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358473 Commit-Queue: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Reviewed-by:Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#798712}
Showing
Please register or sign in to comment