10 background-color: red;
11 -webkit-mask-box-image: -webkit-cross-fade(url(resources/stripes-
100.png), url(resources/green-
100.png),
25%)
50 stretch;
19 background-color: red;
20 -webkit-mask-box-image: -webkit-cross-fade(url(resources/stripes-
100.png), url(resources/green-
100.png),
25%)
50 stretch;
22 @-webkit-keyframes anim {
23 from { -webkit-mask-box-image: url(resources/stripes-
100.png)
50 stretch; }
24 to { -webkit-mask-box-image: url(resources/green-
100.png)
50 stretch; }
29 <img id=
"box" src=
"resources/green-100.png"/>
30 <img id=
"boxStatic" src=
"resources/stripes-100.png"/>
32 PASS -
"webkitMaskBoxImage" property for
"box" and
"boxStatic" elements at
2.25s are close enough to each other