| Index: third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.html b/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.html
|
| index a0e0c5ff682f840d2570d0cb4fc144f53f7e5b1a..fdfb98fc99ed92ea87342adc66ce01756e6052f1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.html
|
| @@ -10,7 +10,7 @@
|
| url(resources/SquirrelFish.svg),
|
| url(../../block/positioning/resources/icon-gold.png),
|
| url(resources/flower.jpg),
|
| - -webkit-gradient(linear, left top, right bottom, from(black), color-stop(50%, transparent), to(black));
|
| + linear-gradient(to bottom right, black, transparent, black);
|
| background-repeat: no-repeat;
|
| border: solid;
|
| margin: 2px;
|
|
|