| Index: third_party/WebKit/LayoutTests/animations/interpolation/border-color-interpolation.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/border-color-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/border-color-interpolation.html
|
| index d952c0c1025e2de9eb6acab8eee2cc59fb89c4d1..ddc7cf8abe0eb8e454b6741c2710a968ea47be75 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/border-color-interpolation.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/border-color-interpolation.html
|
| @@ -22,7 +22,7 @@
|
| <script>
|
| assertInterpolation({
|
| property: 'border-color',
|
| - from: '',
|
| + from: neutralKeyframe,
|
| to: 'orange',
|
| }, [
|
| {at: -0.3, is: 'rgb(0, 0, 181)'},
|
|
|