| Index: third_party/WebKit/LayoutTests/animations/interpolation/text-decoration-color-interpolation.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/text-decoration-color-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/text-decoration-color-interpolation.html
|
| index 52359e729914bf1ec158eae9acfd8ce5277b4270..e4802efb91a2b57970f86e7fc8ee113ec5e3ed45 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/text-decoration-color-interpolation.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/text-decoration-color-interpolation.html
|
| @@ -27,7 +27,7 @@
|
| <script>
|
| assertInterpolation({
|
| property: 'text-decoration-color',
|
| - from: '',
|
| + from: neutralKeyframe,
|
| to: 'green',
|
| }, [
|
| {at: -5, is: 'rgb(255, 255, 0)'},
|
|
|