Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / inline-mask-overlay-image.html
blob44b8624a1556dcd9f6075a6efdae5a78786231af
1 <head>
2 <style>
3 .inlineTest {
4 font-size:200px;
5 background-color:maroon;
6 -webkit-mask-box-image: url(resources/mask.png) 75 75 75 75;
8 </style>
9 </head>
10 <body>
11 <span class="inlineTest">This content should be masked with a soft glow.</span>