Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / masks / table-cell-masks.html
blob78ab38542c76791033999708a1138eeca17f19f8
1 <!doctype HTML>
2 <style>
3 .target {
4 display: table-cell;
5 -webkit-mask: url(../../animations/resources/stripes-100.png);
6 background: blue;
7 width: 200px; height: 200px;
9 </style>
10 <!-- Should show a blue rectangle with stripes in it due to the striped mask. -->
11 <div class="target"></div>