Index: LayoutTests/fast/borders/border-radius-with-composited-child.html |
diff --git a/LayoutTests/fast/borders/border-radius-with-composited-child.html b/LayoutTests/fast/borders/border-radius-with-composited-child.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..16fd4383d06c1d77a139747182987598524bd45c |
--- /dev/null |
+++ b/LayoutTests/fast/borders/border-radius-with-composited-child.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE HTML> |
+<p>Below there should be a solid black circle.</p> |
+<br> |
+<div style="position:relative; z-index:1; overflow:hidden; margin-top:100px; width:200px; height:200px; border-radius:50%; border:10px solid black; background:black;"> |
+ <div style="transform:translateZ(0); width:300px; height:300px; margin-left:-50px; margin-top:-50px; background:black;"></div> |
+</div> |