Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / masks / table-cell-masks-expected.html
blob88d4fc6540effd794fbae272354ee941b284e38f
1 <!doctype HTML>
2 <style>
3 .target {
4 -webkit-mask: url(../../animations/resources/stripes-100.png);
5 background: blue;
6 width: 200px; height: 200px;
8 </style>
9 <div class="target"></div>