Chromium Code Reviews| Index: LayoutTests/css3/compositing/background-blend-mode-image-svg.html |
| diff --git a/LayoutTests/css3/compositing/background-blend-mode-image-svg.html b/LayoutTests/css3/compositing/background-blend-mode-image-svg.html |
| index f56055f68dbf66aaee666a867b575382bd1d20d7..9ade1d7433b67632d85a2d54525341d2736ee320 100644 |
| --- a/LayoutTests/css3/compositing/background-blend-mode-image-svg.html |
| +++ b/LayoutTests/css3/compositing/background-blend-mode-image-svg.html |
| @@ -6,7 +6,7 @@ |
| margin: 5px; |
| width: 130px; |
| height: 130px; |
| - background: url('resources/ducky.png') no-repeat 0 0 /100% 100%, url('resources/blue-circle.svg'); |
| + background: url('resources/ducky.png') no-repeat 0 0 /100% 100%, url('resources/blue-circle.svg') 0 0 / 100% 100%; |
| float: left; |
| } |
| </style> |