Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / border-radius-valid-border-clipping.html
blobf0736a6f009263fcfc046aa867fb976d4633ca00
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div {
6 width: 53px;
7 height: 400px;
8 border-radius: 30px;
9 border-top: 10px solid red;
10 border-left: 10px solid blue;
11 border-right: 20px solid green;
12 border-bottom: 20px solid yellow;
14 </style>
15 </head>
16 <body>
17 <div></div>
18 </body>
19 </html>