| Index: LayoutTests/fast/masking/clip-path-inset-large-radii.html | 
| diff --git a/LayoutTests/fast/masking/clip-path-inset-large-radii.html b/LayoutTests/fast/masking/clip-path-inset-large-radii.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..f49eb5c80f02ba0d23b8de5080eac1c1ff75d1b8 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/masking/clip-path-inset-large-radii.html | 
| @@ -0,0 +1,15 @@ | 
| +<!DOCTYPE html> | 
| +<style> | 
| +    div { | 
| +        width: 200px; | 
| +        height: 150px; | 
| +        background-color: blue; | 
| +        -webkit-clip-path: inset(0px round 60%); | 
| +    } | 
| +</style> | 
| +<body> | 
| +    <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> | 
| +    <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> | 
| +    <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> | 
| +    <div></div> | 
| +</body> | 
|  |