| Index: third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html b/third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html
|
| index 82d5d6d81df8c05369c79743afa5489d9719c05f..8705f82c4ed2ed207020cf17ecbb7dffb2f92ab7 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html
|
| @@ -33,11 +33,11 @@ assertComposition({
|
| addFrom: 'rgb(100, 100, 100)',
|
| addTo: 'rgb(200, 200, 200)',
|
| }, [
|
| - {at: -0.3, is: 'rgb(120, 120, 120)'},
|
| - {at: 0, is: 'rgb(150, 150, 150)'},
|
| - {at: 0.5, is: 'rgb(200, 200, 200)'},
|
| - {at: 1, is: 'rgb(250, 250, 250)'},
|
| - {at: 1.5, is: 'rgb(255, 255, 255)'},
|
| + {at: -0.3, is: 'rgb(70, 70, 70)'},
|
| + {at: 0, is: 'rgb(100, 100, 100)'},
|
| + {at: 0.5, is: 'rgb(150, 150, 150)'},
|
| + {at: 1, is: 'rgb(200, 200, 200)'},
|
| + {at: 1.5, is: 'rgb(250, 250, 250)'},
|
| ]);
|
| </script>
|
| </body>
|
|
|