| Index: LayoutTests/css3/masking/mask-luminance-png.html
|
| diff --git a/LayoutTests/css3/masking/mask-repeat-round-auto1-expected.html b/LayoutTests/css3/masking/mask-luminance-png.html
|
| similarity index 79%
|
| copy from LayoutTests/css3/masking/mask-repeat-round-auto1-expected.html
|
| copy to LayoutTests/css3/masking/mask-luminance-png.html
|
| index 6cb020b6fc36ebaf5143224eeae4a33e045af056..d886f0c7253021328e2cd7b5a6c3a4e4170f5536 100644
|
| --- a/LayoutTests/css3/masking/mask-repeat-round-auto1-expected.html
|
| +++ b/LayoutTests/css3/masking/mask-luminance-png.html
|
| @@ -13,8 +13,9 @@
|
| background-color: red;
|
| border: 50px solid blue;
|
| padding: 50px;
|
| - -webkit-mask-image: url(resources/circle.png);
|
| - -webkit-mask-size: 111px 88px;
|
| + -webkit-mask-image: url(resources/dice.png);
|
| + mask-source-type: luminance;
|
| + -webkit-mask-size: 200px auto;
|
| -webkit-mask-repeat: repeat;
|
| -webkit-mask-origin: border-box;
|
| -webkit-mask-clip: border-box;
|
| @@ -26,6 +27,6 @@
|
| <div id="back">
|
| <div id="front" />
|
| </div>
|
| - </body>
|
| + </body>
|
| </html>
|
|
|
|
|