Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / borderRadiusInset01.html
blob99a18bcd2df5f3879eb70a03ed9e8c339b1dcfce
1 <html>
2 <head>
3 <style type="text/css">
4 div {
5 width: 200px;
6 height: 200px;
7 border: 1px inset #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>