summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-threecorners.html
blob: f00135f959748ff8a2205120f44098443074a8f1 (plain)
1
2
<!DOCTYPE HTML>
<div style="position: absolute; top: 30px; left: 100px; width: 300px; height: 100px; border-bottom-left-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0 300px 0 30px red; background: yellow;">Test</div>