clip-path-inset-round-percent-ref.html (206B)
1 <!doctype html> 2 <title>CSS Test Reference</title> 3 <style> 4 body { 5 margin: 0; 6 } 7 div { 8 width: 100px; 9 height: 100px; 10 background: deeppink; 11 clip-path: inset(80px 0 0 round 8px); 12 } 13 </style> 14 <div></div>