summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/box-shadow/border-radius-big.html
blob: 9e2c28ac08189445f6868e047c25c5b8fb89d199 (plain)
1
2
3
4
5
<p>
    You should see a circle with a shadow above a square with a shadow.
</p>
<div style="margin: 40px; background: green; -webkit-border-radius: 40px; width: 60px; height: 60px; -webkit-box-shadow: black 10px 10px 0;"></div>
<div style="margin: 40px; background: green; width: 60px; height: 60px; -webkit-box-shadow: black 10px 10px 0;"></div>