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