Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / borderRadiusArcs01.html
blob2bef30e72065bbd2baf98d91aa91da6512297ba6
1 <html>
2 <head>
3 <style type="text/css">
4 div {
5 width: 200px;
6 height: 200px;
7 border: 10px solid cyan;
8 border-bottom-color: blue;
9 border-right-color: red;
10 border-top-right-radius: 40px;
11 border-bottom-left-radius: 60px;
12 border-bottom-right-radius: 30px;
13 background-color:lime;
15 </style>
16 </head>
17 <body>
18 <div>
19 &nbsp;
20 </div>
21 </body>
22 </html>