commit-queue@webkit.org | f96a714 | 2019-10-07 18:35:00 +0000 | [diff] [blame] | 1 | <!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> |