blob: c8acb6f0494b6ac371c5fd372925fadfd3f0d3c7 [file] [log] [blame]
commit-queue@webkit.orgf96a7142019-10-07 18:35:00 +00001<!DOCTYPE html>
2<style>
3 .clip {
4 width: 100px;
5 height: 100px;
6 padding: 20px;
7 border: 20px solid rgba(0, 0, 0, 0);
8 border-radius: 30px;
9 margin: 20px;
10 background-color: blue;
11 -webkit-clip-path: inset(0px round 30px);
12 }
13</style>
14<body>
15 <div class="clip"></div>
16</body>