Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / masks / fieldset-mask.html
blobf0b3dd0db8bfe10f8a7fd36b63c1fa4c1784047f
1 <!doctype HTML>
2 <style>
3 .target {
4 -webkit-mask: url(../../animations/resources/stripes-100.png);
6 legend {
7 height: 12px; width: 50px;
8 background-color: blue;
9 padding: 0;
11 </style>
12 <!-- Should show a blue rect for the legend, that looks dotted due to the striped mask. -->
13 <fieldset class="target">
14 <legend></legend>
15 </fieldset>