| Index: third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html
|
| index 68f67fdb7e33a51acbcb8b405f603eebb71ae4d1..692d604250cb282c78bce5cc4753bb4e52088003 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html
|
| @@ -103,13 +103,13 @@ assertInterpolation({
|
| from: 'currentcolor',
|
| to: 'rgba(0, 255, 0, 0.75)',
|
| }, [
|
| - {at: -0.5, is: 'rgba(0, 0, 255, 0.37)'},
|
| + {at: -0.5, is: 'rgba(0, 0, 255, 0.38)'},
|
| {at: 0, is: 'rgba(0, 0, 255, 0.5)'},
|
| {at: 0.25, is: 'rgba(0, 85, 170, 0.56)'},
|
| - {at: 0.5, is: 'rgba(0, 153, 102, 0.62)'},
|
| - {at: 0.75, is: 'rgba(0, 209, 46, 0.69)'},
|
| + {at: 0.5, is: 'rgba(0, 153, 102, 0.63)'},
|
| + {at: 0.75, is: 'rgba(0, 208, 47, 0.69)'},
|
| {at: 1, is: 'rgba(0, 255, 0, 0.75)'},
|
| - {at: 1.5, is: 'rgba(0, 255, 0, 0.87)'},
|
| + {at: 1.5, is: 'rgba(0, 255, 0, 0.88)'},
|
| ]);
|
| </script>
|
| </body>
|
|
|