Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / masking / clip-path-reference-expected.html
blob3dbdb5ddd07f3a3ecc79482d696098dc3a545809
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <style>
5 #d {
6 width: 180px;
7 height: 180px;
8 border: 1px solid black;
10 #clip {
11 width: 32px;
12 height: 32px;
13 margin: 74px;
14 background-color: green;
16 </style>
17 </head>
18 <body>
19 <svg height="0"></svg>
20 <div id="d"><div id="clip"></div></div>
21 </body>
22 </html>