6 background-color: blue;
7 -webkit-clip-path: inset(
0px round
60%);
11 <p><a href=
"http://crbug.com/449638">Issue
449638</a> - [CSS Masking][CSS Shapes] Large corner radii use with inset() clip-path are not properly constrained
</p>
12 <p>The radii for this inset should be constrained in the same way that border-radii are constrained. If this happens correctly, you should see a blue ellipse.
</p>
13 <p>NOTE: we should have a reftest but currently comparing this clip-path with a border-radius expectation will show small pixel differences around the curve.
</p>