| Index: third_party/WebKit/LayoutTests/fast/gradients/background-clipped.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/gradients/background-clipped.html b/third_party/WebKit/LayoutTests/fast/gradients/background-clipped.html
|
| index 3bd313edbf9b124b2609dbe7ad7d02234dfb6349..651836862aca008fb959d2c0f5761cbb59dc52a4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/gradients/background-clipped.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/gradients/background-clipped.html
|
| @@ -4,7 +4,7 @@
|
| width: 200px;
|
| height: 200px;
|
| border: 5px dashed blue;
|
| - background-image: -webkit-gradient(radial, left top, 0, left top, 250, from(black), to(white));
|
| + background-image: radial-gradient(ellipse at top left, black, white);
|
| -webkit-background-size: 66% 66%;
|
| }
|
| </style>
|
|
|