Index: LayoutTests/fast/clip/nested-rounded-rect.html |
diff --git a/LayoutTests/fast/clip/nested-rounded-rect.html b/LayoutTests/fast/clip/nested-rounded-rect.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4afea3c80359a9f96be3284aad32d30591ed2612 |
--- /dev/null |
+++ b/LayoutTests/fast/clip/nested-rounded-rect.html |
@@ -0,0 +1,4 @@ |
+<div style="position: relative; overflow: hidden; border-radius: 4px;"> |
mstensho (USE GERRIT)
2014/10/31 22:35:34
Can you add a <!DOCTYPE html>?
chrishtr
2014/10/31 23:53:16
Done.
|
+ <div style="display: inline-block; position: relative; overflow: hidden; border: 1px solid black; border-radius: 4px 0px 0px 4px; background: lightgray; width: 20px; height: 20px"> |
mstensho (USE GERRIT)
2014/10/31 22:35:34
Any reason why it's inline-block?
chrishtr
2014/10/31 23:53:16
Removed.
|
+ </div> |
+</div> |