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..80905de582e76f55c83f480cccf93a0de37b39bf |
--- /dev/null |
+++ b/LayoutTests/fast/masking/clip-path-inset-large-radii.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
leviw_travelin_and_unemployed
2015/01/17 00:18:22
Could this be a ref test instead of a pixel test?
|
+<style> |
+ div { |
+ width: 200px; |
+ height: 150px; |
+ background-color: blue; |
+ -webkit-clip-path: inset(0px round 60%); |
+ } |
+</style> |
+<body> |
+ <p><a href="crbug.com/">Issue 449638</a> - [CSS Masking][CSS Shapes] Large corner radii use with inset() clip-path are not properly constrained</p> |
Bem Jones-Bey (adobe)
2015/01/16 23:42:57
You're missing the bug number and the http:// in t
|
+ <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> |
+ <div></div> |
+</body> |