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