8 -webkit-mask-image: url(resources/circle.png);
9 -webkit-mask-repeat: round;
10 /* the mask-size is at least twice as big as the div */
11 -webkit-mask-size:
201px
201px;
12 background-color: green;
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();
21 <p>This test PASSES if it doesn't CRASH.
</p>