testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-custom-property-ref.html
Bug 1976623 - Create drag popups eagerly for now. r=tnikkel,layout-reviewers
Trivially restores pre-regression behavior, for now.
Differential Revision:
https://phabricator.services.mozilla.com/D256769
<!DOCTYPE html>
<style>
.blue {
background-color: blue;
width: 200px;
height: 200px;
clip-path: circle(30% at 50% 50%)
}
</style>
<body>
<div class="blue"></div>
</body>
</html>