5 -webkit-mask-box-image-slice:
30%;
10 background-color: black;
11 display: inline-block;
13 -webkit-mask-box-image-source: linear-gradient(
45deg, rgba(
0,
0,
0,
0), rgba(
0,
0,
0,
1));
14 -webkit-mask-box-image-slice:
10%;
17 background-color: green;
22 <script src=
"resources/interpolation-test.js"></script>
25 property
: '-webkit-mask-box-image-slice',
38 assertNoInterpolation({
39 property
: '-webkit-mask-box-image-slice',
45 property
: '-webkit-mask-box-image-slice',
49 {at
: -0.3, is
: '33%'},
58 assertNoInterpolation({
59 property
: '-webkit-mask-box-image-slice',
66 property
: '-webkit-mask-box-image-slice',
70 {at
: -0.3, is
: '0%'}, // CSS webkit-mask-box-image-slice can't be negative.
79 assertNoInterpolation({
80 property
: '-webkit-mask-box-image-slice',