| Index: LayoutTests/animations/interpolation/box-shadow-interpolation.html
|
| diff --git a/LayoutTests/animations/interpolation/box-shadow-interpolation.html b/LayoutTests/animations/interpolation/box-shadow-interpolation.html
|
| index 4d220e9a02587a8788e997818abd9d7702425ec2..4f30bd205ed365b5e3b43e765f3fd7b776cb291e 100644
|
| --- a/LayoutTests/animations/interpolation/box-shadow-interpolation.html
|
| +++ b/LayoutTests/animations/interpolation/box-shadow-interpolation.html
|
| @@ -37,9 +37,9 @@ assertInterpolation({
|
| from: '10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000',
|
| to: 'none'
|
| }, [
|
| - {at: -0.3, is: '13px 26px rgba(255, 255, 0, 0.65), inset 6.5px 39px rgb(0, 166, 0)'},
|
| + {at: -0.3, is: '13px 26px rgba(255, 255, 0, 0.6), inset 6.5px 39px rgb(0, 166, 0)'},
|
| {at: 0, is: '10px 20px rgba(255, 255, 0, 0.5), inset 5px 30px #008000'},
|
| - {at: 0.3, is: '7px 14px rgba(255, 255, 0, 0.35), inset 3.5px 21px rgba(0, 128, 0, 0.7)'},
|
| + {at: 0.3, is: '7px 14px rgba(255, 255, 0, 0.3), inset 3.5px 21px rgba(0, 128, 0, 0.7)'},
|
| {at: 0.6, is: '4px 8px rgba(255, 255, 0, 0.2), inset 2px 12px rgba(0, 128, 0, 0.4)'},
|
| {at: 1, is: 'none'},
|
| {at: 1.5, is: '-5px -10px transparent, inset -2.5px -15px transparent'},
|
|
|