no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 759036-1-ref.html
blob8c6bbe68ec8af4520db715456cc7b48a45648f7c
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 #container {
6 height: 300px;
7 width: 300px;
8 overflow:hidden;
9 border-radius:30px;
11 #inner {
12 width: 380px;
13 height: 260px;
14 background-color: #66ff66;
16 </style>
17 </head>
18 <body>
19 <div id="container">
20 <div id="inner">
21 </div>
22 </div>
23 </body>
24 </html>