summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-radius/zero-radius-clip-1.html
blob: a1364cbd985d4b2321cd0d5edf65106b34b0c1a6 (plain)
1
2
3
4
5
6
7
<html>
<body>
<div style="background: blue; height: 100px; border-radius: 0 0 0 0; border-radius: 0 0 0 0;">
  <div style="background: purple; height: 50px;"></div>
</div>
</body>
</html>