Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / masking / clip-path-circle-overflow.html
blobab0264c88b9f9f9c920d1e120451d915a14b7e1e
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <style>
5 div {
6 width: 200px;
7 height: 200px;
8 background-color: green;
9 border: 20px solid black;
10 -webkit-clip-path: circle(130px at 130px 130px);
12 </style>
13 </head>
14 <body>
15 <div><div>
16 </body>
17 </html>