Page crash when CSS mask-image uses Custom Properties
Fixed, not yet flighted Issue #15415089
Steps to reproduce
When a site’s CSS has a mask-image
that uses a Custom Property such as:
div {
--mask: initial;
mask-image: var(--mask);
}
The page won’t load and displays the message “This page is having a problem loading.”
Demo: https://jsfiddle.net/webpadawan/oua7sgkw/
Possibly related to clip-path issue
You need to sign in to your Microsoft account to add a comment.
Sign in