Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / borderRadiusOutset01.html
blobabad8d9f2d2ccb54387f3ac78215d6306e5aa0ac
1 <html>
2 <head>
3 <style type="text/css">
4 div {
5 width: 200px;
6 height: 200px;
7 border: 10px outset #f00;
8 -webkit-border-radius: 60px;
9 background-color: #0f0;
11 </style>
12 </head>
13 <body>
14 <div>
15 &nbsp;
16 </div>
17 </body>
18 </html>