Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / masking / clip-path-polygon-evenodd.html
blob2736bd0800eb51a4154866c9cff0ab19af702dd5
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <style>
5 div {
6 width: 200px;
7 height: 200px;
9 background-color: green;
10 -webkit-clip-path: polygon(evenodd, 10px 75px, 180px 180px, 100px 10px, 10px 180px, 180px 75px, 10px 75px);
12 </style>
13 </head>
14 <body>
15 <div>
16 </body>
17 </html>