| Index: third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/as-background-image/background-repeat.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
|
| similarity index 82%
|
| copy from third_party/WebKit/LayoutTests/svg/as-background-image/background-repeat.html
|
| copy to third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
|
| index 10b7148fb00dabacbd6ce34bd191b60b94583d90..adc7e1c1baa3d3371b00f828a4d98eabc56b04f0 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/as-background-image/background-repeat.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
|
| @@ -1,16 +1,14 @@
|
| <!DOCTYPE html>
|
| -
|
| <html>
|
| <head>
|
| <style>
|
| div {
|
| display: inline-block;
|
| - width: 200px;
|
| - height: 150px;
|
| + width: 110px;
|
| + height: 110px;
|
| margin: 10px;
|
| - border: 1px solid green;
|
| - background-image: url(resources/smiley.svg);
|
| - background-size: 42px;
|
| + background-color: green;
|
| + background-image: url(resources/green-24x24.png);
|
| }
|
| </style>
|
| </head>
|
|
|