| Index: LayoutTests/css3/compositing/background-blend-mode-image-svg.html
|
| diff --git a/LayoutTests/css3/compositing/background-blend-mode-image-color.html b/LayoutTests/css3/compositing/background-blend-mode-image-svg.html
|
| similarity index 90%
|
| copy from LayoutTests/css3/compositing/background-blend-mode-image-color.html
|
| copy to LayoutTests/css3/compositing/background-blend-mode-image-svg.html
|
| index 8f7d7e27a3ddd6e9fe75d0f9d31fb9112078a5a7..f56055f68dbf66aaee666a867b575382bd1d20d7 100644
|
| --- a/LayoutTests/css3/compositing/background-blend-mode-image-color.html
|
| +++ b/LayoutTests/css3/compositing/background-blend-mode-image-svg.html
|
| @@ -6,11 +6,11 @@
|
| margin: 5px;
|
| width: 130px;
|
| height: 130px;
|
| - background: url('resources/ducky.png') no-repeat 0 0 /100% 100%, green;
|
| + background: url('resources/ducky.png') no-repeat 0 0 /100% 100%, url('resources/blue-circle.svg');
|
| float: left;
|
| }
|
| </style>
|
| -<!-- This file should contain on image on top of a background color for every type of blending -->
|
| +<!-- This file should contain a duck on top of an svg with every type of blending. -->
|
| <body>
|
| <div style="background-blend-mode: normal, normal"></div>
|
| <div style="background-blend-mode: multiply, normal"></div>
|
| @@ -29,4 +29,4 @@
|
| <div style="background-blend-mode: color, normal"></div>
|
| <div style="background-blend-mode: luminosity, normal"></div>
|
| </body>
|
| -</html>
|
| +
|
|
|