chromium/third_party/blink/web_tests/paint/masks/table-cell-masks-expected.html

<!doctype HTML>
<style>
.target {
    -webkit-mask: url(../../animations/resources/stripes-100.png);
    background: blue;
    width: 200px; height: 200px;
}
</style>
<div class="target"></div>