Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / svg-as-mask.html
blobc9f943aadaf9787cbe69bfe3b72a54bd35d5b4d4
1 <html>
2 <head>
3 <style>
4 div {
5 background: lime;
6 -webkit-mask-repeat: no-repeat;
7 -webkit-mask-image: url(resources/linguistics.svg);
8 height: 600px;
9 width: 800px;
11 </style>
12 </head>
13 <body style='margin: 0px'>
14 <div>&nbsp;</div>
15 </body>
16 </html>