summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-radius/clipping-5-ref.html
blob: bcac4ef8481d5f309361d1744d9a4d97df02a11c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<title>Test for clipping of border-radius</title>
<style>
div {
  display: inline-block;
  background: lime;
  margin: 18px 19px 21px 25px;
  /* border + padding: 1px 2px 4px 8px */
  height: 100px;
  width: 200px;

  /* Horizontal: TL TR BR BL / Vertical: TL TR BR BL */
  /* border-radius: 25px 17px 14px 18px / 12px 15px 18px 17px; */
  border-radius: 17px 15px 12px 10px / 11px 14px 14px 13px;
}
</style>
<div></div>