Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / masking / clip-path-circle.html
blob047eb881ef8304fe059bab99d55e6c409fa3e765
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: circle(100px at 100px 100px);
11 </style>
12 </head>
13 <body>
14 <div>
15 </body>
16 </html>