summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/759036-1-ref.html
blob: 8c6bbe68ec8af4520db715456cc7b48a45648f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
  <style>
    #container {
      height: 300px;
      width: 300px;
      overflow:hidden;
      border-radius:30px;
    }
    #inner {
      width: 380px;
      height: 260px;
      background-color: #66ff66;
    }
  </style>
</head>
<body>
  <div id="container">
    <div id="inner">
    </div>
  </div>
</body>
</html>