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